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

Sign In or Register to comment.