Hi,
i just recognised, that my menue gets cut of in responsive 1024px.
How can i activate responsive menue for 1024px?
Please have a look on my page: i added link in private content.
Kind regards Jak
Please help.
kind regards Jak
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Change the value 1024 to the pixel value of your choice.
Best regards,
Jordan Shannon
Hi Shannon,
many thanks for your fast reply!!!
Unfortunately it is still not working.
Please have a look. I added my website in private content section.
kind regards Jak
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon
Hi Shannon,
seems to work.
Many many thanks!!!
kind regards
Jak