Burger menu not working on ipad/tablet in wordpress
If you are working with wordpress enfold theme then may be you get the issue of menu on the tablet/ipad in landscape mode. Them menu does not appears as a burger so try this media query, may be it will help :
@media only screen and (max-width: 1024px) { /*** put your css code here ****/}
Leave a Reply
Want to join the discussion?Feel free to contribute!