Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi,
in iPhone (and other small devices) the menu appears duplicated :/
Thanks
Hello,
What are you seeing is the mobile menu (default) and the extra side menu(the menu you are using). To remove the mobile menu and leave only the extra sidebar menu, please add this code into your custom css box:
@media (max-width: 979px){
.mobile_small_menu { display: none;}
}
Best regards!
Ok thanks, I add this code:
@media (max-width: 979px){
.mobile_small_menu { display: none !important;}
}
without !important dont work.
Thanks!!
You must be logged in to reply to this topic.