Tagged: Header Issue
Hi,
How do I fix this issue. My Header is cutting off half of my menu button on the mobile site.
I can’t post an image of it here but please check the website with a cellphone and you will see what I mean.
http://uniquehealthinc.com
How do I fix this?
Hey Shineonseo,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
#advanced_menu_toggle {
right: -42px !important;
margin-top: 9px !important;
}
}
Best regards,
Rikard
Thank you , that fixed my issue perfectly.