Tagged: mobile menu, responsive, width
Hello,
The mobile menu is appearing on my site just by swiping to the right; instead of opening only when I click the menu link in the header. it’s causing the site to appear much wider than it actually is.
Any ideas?
Thanks.
Hey kristenangel!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }}
Cheers!
Yigit
Thank you! It worked.