Hi there, after the update on my site, I don’t see a navigation menu 1300px and 990px width. Any solution to this? Credentials available below.
Thank you!
Hey Michael,
Login details are not working, could you check and verify please? Also, are you using any custom CSS related to the menu?
Best regards,
Rikard
Whoops. Must not have actually created the account. Details attached again.
Yes there is custom CSS all in the quick CSS. But they were added by others in the past. The problem wasn’t occurring before the update however… I don’t believe.
Any help appreciated.
Whoops. Must not have actually created the account. Details attached again.
Yes there is custom CSS all in the quick CSS. But they were added by others in the past. The problem wasn’t occurring before the update however… I don’t believe.
Any help appreciated.
Hi mikemhn,
You have it set in your css http://imgur.com/a/HXA41
Can you please disable caching and minification, while we are helping you.
Best regards,
Victoria
Disabled Caching and minification.
I think I remember now. I received that code in quick CSS to enable the mobile menu at 1300px. Currently, it just disappears instead.
Hi mikemhn,
Here is the correct code to show the menu up until 1300, please remove the one I showed you on the screenshot.
@media only screen and (max-width: 1300px) {
.html_mobile_menu_tablet .main_menu,
.html_mobile_menu_tablet #header_main_alternate {
display: block;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria