Forums
Forums / Theme: WP FanZone / Centering the Menu Navigation Bar
(@thedreamvirus)
10 years, 8 months ago
Greetings I was wondering if anyone knew how I could center the menu items on my navigation bar(it is aligned to the left by default). It seems like too simple to find a whole plugin for. Please let me know.
(@hostmarks)
10 years, 7 months ago
Hi thedreamvirus,
Sorry co’z the WP Fanzone Theme has no align center option for main navigation… but you can add the code below to your style.css
ul.menu{ text-align:center; } ul.sub-menu{ text-align:left; } .main-navigation li{ float:none !important; display: inline-block; }
The topic ‘Centering the Menu Navigation Bar’ is closed to new replies.