Hi, Guy
I have a problem.:in the Tablet Samsung when is on vertical position the logo cover a part of menu.
Can you help me.?
Best regards.
Hi misteradamello!
Try adding this to your custom CSS.
@media only screen and (max-width: 800px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Best regards,
Elliott