Hello, I don’t get a hamburger menu for our website on a tablet (iPad) , despite the following in quick css:
/* Activate burger menu */
@media only screen and (max-width: 960px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}
@media only screen and (min-width: 720px) {
.container_wrap.sidebar_right:before {
content: ”;
display: block;
position: absolute;
right: 5px;
top: 0;
background: #f2f2f2;
height: 100%;
width: calc(30%);
}
}
What’s going wrong?
Best regards,
Henk
Hey Henk,
Please try this CSS instead:
@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;
}
}
Best regards,
Rikard
Hello Rikard,
That doesn’t make any difference.
Best regards,
Henk
Hi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard