Forums
Forums / Theme: Spacious / Center Align Main Menu
(@pearlsandplanes)
11 years, 7 months ago
I’m using Spacious Free. I’d like to center align the main menu right below the header. How can I do this? Changing the .main-navigation to align: center hasn’t worked for me. Any help is appreciated!
(@mishrajitu)
Hello,
Can you please share link to your site so that I can help you regarding that?
Looking forward for your reply. Thank you.
11 years, 6 months ago
pearlsandplanes.com
Thanks!
You need to try this in your Custom CSS for achieving that:
@media screen and (min-width: 752px) { #header-left-section { float: none !important; } #header-right-section { width: 100%; } .menu-main-menu-container { float: left; margin-left: 38%; }
Thank you.
That worked! Thank you!
I am glad it is working for you. please mark this topic as resolved.
resolved!
Thanks a lot.
The topic ‘Center Align Main Menu’ is closed to new replies.