Hi,
Please help to adjust the overlapping menu over the Logo.
Thank you
Hey Alex,
I see that your menu is very long and over laps your logo, please try this code in the General Styling > Quick CSS field to make the burger menu stay viable longer:
@media only screen and (max-width: 1193px) and (min-width: 768px) {
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none;
}
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
display: block;
}
}
Best regards,
Mike
Thank you for your prompt reply, but still the same.
Could please also explain what the “max-width” and “min-width” parameters impact.
Hi,
Please refer to the following for an explanation on Media Queries:
Best regards,
Jordan Shannon
Thank you so much. Figured it out after reading.
Hi,
No problem at all my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon