Hi there!
I would like to show my normal menu next to the logo in the header on mobile instead of burger-menu. This because my menu is only one icon (whatsapp-icon).
I tried to deativate mobile menu but I think I’m doing something wrong here :-/
Thanks in advance!
Hey mikevanoverveld,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top .av-main-nav .menu-item {
display: block;
}
.responsive #top .av-main-nav .menu-item-avia-special {
display: none;
}
}
Best regards,
Rikard
