Hello,
On my iPhone (in both Chrome and Safari) the header/menu is way too large and is cutting into the content of my site. This is on every page on my site. Here is my site: http://www.legalelevation.com/
Any guidance is very much appreciated!
– Ryan
Hi Ryan!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.fallback_menu, .av-main-nav-wrap{
display:none !important;
}
}
Regards,
Rikard
Great! Thank you!