twenty sixteen menu breakpoint
-
Menu breakpoint is set to 910 px using
@media screen and (min-width: 56.875em) { … }
I want the break point to be wider (more like 69 em) but since theme is using min-width instead of max-width I can’t just reset the media call to 69 as it will still use the min-width call. Is there an easy way to make this adjustment in my child theme stylesheet? For a default theme it seems like this change should be easier. Maybe I’m not understanding something here.
Thanks for any help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘twenty sixteen menu breakpoint’ is closed to new replies.