Tagged: menu
Hello. I’m working to convert this website over to Enfold. The only snag I have left is to mimic the following items. Any advice would be greatly appreciated.
-Menu centered on the homepage ONLY
Thank you,
Ryan
Hey rlogan2334,
It can be easily done with enfold.
You just need to use .home class to target the homepage only.
Once you setup the site share the link with us and we will help you center the menu.
Best regards,
Vinay
Site info is listed in the Private Area. Yes?
Hi,
Thank you for sharing the required info.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .main_menu {
right: auto!important;
left: 50%;
transform: translateX(-50%);
}
Best regards,
Vinay
Worked great, thank you!