Hi, Using the theme everything works fine apart from the header and logo on an ipad view. The header navigation (pages) become blurred and mixed together with the logo? I have a screenshot so you can see.
You can use http://ipadpeek.com/ and our domain http://www.theworkfromhomeshow.co.uk/ to understand better.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling to activate the mobile menu at an earlier point:
@media only screen and (max-width: 1275px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
Best regards,
Rikard