Mobile menu on laptop
On smaller laptops (macbook air 11 and 13 inch) the site, which is responsive changes to mobile menu. How can i avoid that?
I tried (i'm working with a child theme) to add the following line in style.css:
@media only screen and (max-width: 768px) {
but... it doesn't work.
Thx for the support.
Comments
please take a look at http://forum.muffingroup.com/betheme/discussion/29/responsive-toggle-value where we explained how this can be done.