Add break point to 1200px

Hello,

I currently found this code going through the forum to re-size mobile mode at a different screen width.

@media (max-width: 1200px){
.x-nav-wrap.desktop {
display: none;
}
.x-btn-navbar {
display: block;
float: right;
}
.x-nav-wrap.mobile.collapse.in {
display: block !important;
}
}

The layout works, however when I click the menu button it won’t open up anymore. If i remove this code, it works again.
Could someone guide me to see what I need to add to have my sub menu open up.

Hey @predator0810,

Please see the answer from this same thread topic https://theme.co/apex/forum/t/change-mobile-menu-breakpoint/32576/4?u=christian_y

Thanks.

1 Like

Thank you very much!

I didn’t see that one

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.