Move navigation bar in Chateau theme
-
Just wondering if someone knows how to nudge my navigation bar to the right a bit using CSS. I think my options are either left, right, or center. Right now, the navigation bar is justified left. Could someone send the code to move it over a bit? I’ll adjust the amount after getting the code. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hello,
as an alternative, how about centering the navigation bar menu instead? Try this one:
nav#menu > ul { text-align: center; } // Optional: to add spacing between menu items. nav#menu > ul > li { margin-left: 20px; margin-right: 20px; } -
-
- The topic ‘Move navigation bar in Chateau theme’ is closed to new replies.