• Resolved calebelliot

    (@calebelliot)


    Hi!
    I have the initial Setup of my Breakpoint in my Menu at 957px. When i minimize the page the button(hamburger menu) doesn’t show until it is 861px. Why is it not triggering at 957px? What is wrong with my setting? Could it be a css issue too?
    My dev site is http://scriprint.com/loydemo/

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    I’m not sure what to say as I’ve checked your CSS and it is definitely set to 957px as below:

    @media screen and (max-width: 957px) {
       #responsive-menu-container {
          display: block;
       }
    }

    What are you using that tells you it is actually triggering at 861px?

    All the best

Viewing 1 replies (of 1 total)

The topic ‘Breakpoint not working’ is closed to new replies.