hi, i’d like my mobile navmenu to kick in later than normal as my nav links are currently making it drop down to a second line at some breakpoints. i’m using the renew stack. can you advise?
i’ve tried the following code but it seems to be causing issues (such as the menu not expanding at all when clicked at some breakpoints)
@media only screen and (max-width:1180px){
.x-nav-wrap.desktop {
display: none;
}
.x-btn-navbar {
display: block;
float: right;
}
}
site: https://tinyurl.com/y8gma8nx
thanks