Navigation Centered
-
Looking to edit the CSS to center the top navigation menu.
Anyone able to do this with the Linen theme?The blog I need help with is: (visible only to logged in users)
-
Hello woodcreekdesigns,
There is probably a way better way to do this, but here is one method.
ul#menu-lookbook.nav.sf-js-enabled { margin-left: 315px; } -
Given that Linen is not a responsive designed theme, the above that @daschultemn gave works. If you had additional menu items, you will need to adjust the left margin.
For responsive width themes I typically recommend the following.
#navigation { text-align: center; } #navigation ul { display: inline-block; } -
-
@daschultemn, either works in the case of Linen.
PS: Thanks for all the help in the forums. It is very much appreciated.
-
-
- The topic ‘Navigation Centered’ is closed to new replies.