Hi!
Will you help me to solve this problem in Safari (iPad):
As you can see LOGO is on the main menu. How I can change it?
thank you
web site http://chaletteremok.com
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1024px) {
.main_menu .avia-menu, #header_main_alternate, .fallback_menu{display:none;}
.container #advanced_menu_toggle, #advanced_menu_hide{display:block;}
.responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:auto;}
}
Cheers!
Josue
thank you,
it helps :-)