Tagged: links, main Navigation, mega menu, menu
Hello, I am working at this page http://www.congresoarquitectospanama.com and we wanted to align the main menu with all its functionalities (mega menu, etc.) to go below almost as a footer menu. The problem I am having is that the URLs of each of the menu tabs are ¨Live¨ all over the page from top to bottom, and is not letting me place another link on the body of the page, and also they tabs are not working as a menu, they don´t display other submenus, as lists or mega menus in columns.
Please help!!
Thanks,
Hi,
The mega menu is meant to be on top of the page. You would need to open header.php and take it out and paste it into footer.php …
Another way would be by using top/bottom. But I would not use the height the way you did. Please try this css, and add it either to /css/custom.css on the bottom OR to Quick CSS located in Enfold > (Theme Options) > Layout Styling … the text area at the bottom of the page.
#header_main .container, .main_menu ul:first-child > li a {
height: 148px !important;
line-height: 88px !important;
}
.main_menu {
top: 622px;
}
Thanks,
nick