Forums
Forums / Theme: StartRight / Centralize main menu
(@alemba)
8 years, 9 months ago
Hi, I would like to know how to centralize the main menu via CSS on Startright theme?
(@createandcode)
8 years, 8 months ago
Hi there!
Try adding the following via Appearance > Customize > Additional CSS:
ul.blog-menu { text-align: center; }
ul.blog-menu ul { text-align: left; }
.blog-menu > li { float: none; display: inline-block; }
Best, Simon
The topic ‘Centralize main menu’ is closed to new replies.