Hallo,
i have a big distance inbetween the mein menu and the opened sub menu. This comes from the height oh the header (145 px).
On products i mega menu and the other menu points the regular sub menu.
I have tired to push it up with minus px values but this moved only the rgular sub menu, not the mega menu. And it looked not really clean. Any ideas how to push all a little higher? OR insert arrow up image to close the gab ….
Hi Sebastian,
Can you give us a link to your page? so we can inspect it further.
You can post the link privately.
Best regards,
Nikko
Login added by private window
Hi,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
/* Adjust submenu distance from main menu */
@media only screen and (min-width: 990px) {
.av-main-nav ul {
top: 80%;
}
}
Best regards,
Yigit
ok that is better but it seems it is only for the regular sub menu, the mega menu is not higher…
Adding this .avia_mega_div does not work
/* Adjust submenu distance from main menu */
@media only screen and (min-width: 990px) {
.av-main-nav ul, .avia_mega_div {
top: 80%!important;
}
}
Hi,
Your code is working fine on my end. I attached a screenshot in the private content field below. Please make sure to clear your browser cache :)
Best regards,
Yigit
dios mio .. yes, cache issue.. great thx .. so we can close this ticket