Tagged: menu
Hello,
How do I put the menu centered, below the full-length slider, just on the Home page?
And then when they click it goes to whatever page and the menu is on upper right?
Thank you
Hi Nathan!
Use a FullWidth Submenu element.
Cheers!
Josue
then how do I not have the menu up top only on the home page?
thanks
Hi,
Use this CSS:
.home nav.main_menu {
display: none;
}
Regards,
Josue