Hi,
I’m using a custom header height (150px), but it is adding a large amount space between the menu links and the sub menu. Is there a way to resolve this?
Thanks!
Hey bobjonesdesigns,
Please add
.sub-menu { margin-top: -50px !important; }
and let us know how it works.
Best regards,
Basilis
Perfect! Thank you!
Hi – actually, I found a problem on mobile. The fist sub menu item is overlapping the menu link.
Thank you!
Hi,
Please try this instead:
@media only screen and (min-width: 768px) {
.sub-menu {
margin-top: -50px !important;
}
}
Best regards,
Rikard
That works!
Thanks!