Hello,
I’m having an issue with the navigation overlapping the logo on tablet screens (and any screen size between desktop and tablet). Also, on the inner page (education&training for example), the text in the left column cuts off instead of acting responsive. I have looked into past threads about this and have tried most of the codes available with no luck. Can someone please look into this for me?
Much appreciated! :)
Hi awdenfold,
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: 1130px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
For the text being cut I would suggest you use a larger element, maybe a 1/3, since the text is too large/long to fit on smaller screens sizes.
Best regards,
Rikard