Hello,
In the mega menu option, the titles are aligned to left. How can we make them align to centre?
Thank you for the support
This topic has 6 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hello,
In the mega menu option, the titles are aligned to left. How can we make them align to centre?
Thank you for the support
Hello,
You can use custom CSS code for this. Please provide me URL or screenshots of the menu structure, so I can give correct code.
Also, you can create the menu using static blocks to be able to edit content using WPBakery Page Builder https://youtu.be/f07MBdnFPfk https://youtu.be/QJ6yTxxdFDE
Regards
Hello,
I will attach screenshots as the site is still in local development.
Thank you for support
Hello,
Please add this code in Theme Options > Custom css:
.item-design-mega-menu .nav-sublist-dropdown .item-level-1 > a {
text-align: center;
}
Let me know the result.
Regards
It worked great! Thank you.
You’re welcome!
Regards
The issue related to '‘Centering secondary menu titles’' has been successfully resolved, and the topic is now closed for further responses