Forums
Forums / Theme: The Box / Center Menu Links
(@7lhd)
11 years, 8 months ago
Really nice theme, great work! Can I center the menu links somehow? Also, is there a way I can put an image on either side of the menu links?
Thanks!!
(@fabiorubioglio)
Using a custom CSS plugin (which may be easier) try this CSS:
.main-navigation li { display: inline-block; float: none; }
.main-navigation > div > ul { text-align: center; }
Great, thanks.
The topic ‘Center Menu Links’ is closed to new replies.