Hello,
Please check http://www.boefke.com on tablet
I followed the instructions on http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ but still the menu runs through the logo. How can I fix this?
Also, is it possible to increase the size of the fonts in the four blocks “about boefke”, “our collection”, “organic cotton” and “lookbook” so all four blocks have equal heights on tablets? (as it is on pc view). Or maybe another solution?
Thanks for your help!
Hey famewebdesign!
Navigate to Dashboard > Enfold > Header > Mobile Menu and set it to activate for tablets at 990px. If that does not work then add this to your custom CSS.
@media screen and (max-width: 1100px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Regards,
Elliott