Site URL: http://www.quetiicocoaching.com
The navigation names on this site are really long and the site owner wants two of them even longer. I wish to set a max-width for the primary navigation items so the names wrap to multiple lines.
For example, one navigation item is "TRAUMA IN SCHOOLS"
I want it to be stacked:
TRAUMA IN
SCHOOLS
I tried this, and it doesn't work. Any ideas anyone?
/* stacking nav items on multiple lines */
.Header-nav--primary .Header-nav-item {
vertical-align: top; text-align: left;
max-width:96px;
}
/* end STACKING individual nav items */