Forums
Home / Theme: Celebrate / How to center menu links
(@lupaus)
11 years ago
How can I center the menu links in the menu bar?
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Do you have a place in the dashboard to add your CSS modifications?
You need to add this CSS:
#menu-primary li { float: none; }
Excellent – thanks so much! It worked. ??