hi,
i would like to change the style of the submenu. Now there is quite a whitespace between the main item, and its subitems (see private link)
FYI: I have chosen to have a custom heigth of the header of 200px in order to make the logo more bigger.
Thanks in advance!
Hey StarSolutions,
Thank you for the inquiry.
Are you trying to move the submenu closer to its the parent menu item? If so, then you can try this css code.
.av-main-nav > li > ul {
margin-top: -50px;
}
Best regards,
Ismael
Hi Ismael,
yes that does the trick!
thanks