Twenty twelve centred menu
-
I centred the menu and title and it seems to work pretty well, except it brakes on iPhone and when using small window-sizes. The “Menu” then button folds under the menu when expanded. Why’s that?
To center the nav I used:
.main-navigation { position: relative; } .main-navigation div { display: inline-block; margin: 0 auto; margin-right: 0px; } .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { border: 0 !important; }
And to center the headers i simply used ‘text-align: center;’
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Twenty twelve centred menu’ is closed to new replies.