• Resolved port2906

    (@port2906)


    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.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author iografica

    (@iografica)

    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

    Thread Starter port2906

    (@port2906)

    Thank you! What CSS do I need to add within the media query?

    Theme Author iografica

    (@iografica)

    Hi, you can copy the css in the layout.css file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set Menu Breakpoint’ is closed to new replies.