WooRockets / WR-MegaMenu

Mega Menu plugin from WooRockets
14 stars 11 forks source link

frontend.css will break Bootstrap grid styles on mobile #10

Open faktycznie opened 5 years ago

faktycznie commented 5 years ago

You have really bad CSS rule in one of your files (assets/css/frontend.css): @media only screen and (max-width: 768px), (max-device-width: 768px) { .row [class*='col-md-'] { width: 100%; margin: 0; } }

This will break the Bootstrap grid on mobile devices and affect a lot of themes. :-)