Vertical align nav in header
-
I’m trying to align my nav in the center of the header but I’m not finding a way to do that.
I tried doing something like this but it’s not working
#site-navigation { text-align:center } #site-navigation li { display:inline-block; margin-left: -5px; } #site-navigation li li { display:block; text-align:left }
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Vertical align nav in header’ is closed to new replies.