Hi! I’m wondering how I can make the menu collapse at a greater width than it currently does — I’d be looking to make it collapse around 850 or 900px. Can anyone help me with this? My site is stage2.mediaboxdesign.com.
Hi you must add custom css like this: @media only screen and (max-width:860px) {
… (your css)
}
Now the menu collapse at 767px, you can find the responsive css in the layout.css file.
Best regards