Hi
I positioned the main menu down from the top to align with the logo a website. This works fine, however, I notice that the spacing on the sub menu is out not right. Can you provide some guidance to make the sub menu the default settings and leave the main main menu as is?
kind regards
Duncan
Hey dweddell,
Do you mean the spacing between the links? Can you add a screenshot of the issue you are seeing?
Best regards,
Jordan Shannon
Hi Jordan
Basically, I’m looking to have the dropdown looking identical whether viewed with fill height header or shrunken header. I want the full header sub menu to be the same as the shrunken header – this make sense?
I’ve added the following code to move the main menu down, but this seems to be affecting the sub menu too
@media screen and (min-width: 990px) {
#top .main_menu .menu li > a {
padding-top: 22px !important;
}
#top #header.header-scrolled .main_menu .menu li > a {
padding-top: 2px !important;
}
}
Hi,
Thanks for sending the feedback. Please add the following to quick css:
.header-scrolled .sub-menu a{
margin:20px 10px 0px 0px!important;
}
Best regards,
Jordan Shannon
Thanks Jordan, however it is the other way round I want it:)
so that non scrolled sub menu is the same as scrolled..
sorry for teh confusion
Hi,
I see, please remove the css I gave you to get it back to the starting point and I will have another look.
Best regards,
Jordan Shannon
ok, code removed…
Hi,
Please replace your code ( pasted above ) with this:
@media screen and (min-width: 990px) {
#avia-menu > li {
padding-top: 22px !important;
}
}
Best regards,
Vinay
Brilliant!
Many thanks for your help
kind regards
Duncan
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums
Best regards,
Jordan Shannon