The first is to know how to set the menu in the bottom part of the site, as the menu that I have above does not move when you scroll. It is that when someone enters the room the first thing that meets the menu is almost in the middle of the main page. By doing escroll sometimes low sometimes not.
the second is that I can not access the submenus, because when I place the cursor and want to go to a submenu they contract. how do I solve it.
I have the same problem and was about to post regarding sub-menus that are offset.
My setting had padding of 20px on the top menu.
When I put 20px on the top margin for the drop down menu everything lines up but once you hover to get to the submenu they disappear. If I offset it even further as the user above like 50px the result is the same.
Hi Halcer Polanco,
Thanks for contacting us and choosing our product!
2. Please go to module => tab advanced => config custom css
add css
#megamenucss #js-mainnav.noJS.up ul.megamenu li.haschild > div.childcontent{
bottom: 37px;
}
1. The problem is due to your template, it does not support appears in bottom position. Please check your template.
Thanks!