• Resolved fernandolawl

    (@fernandolawl)


    I have the Responsive Breakpoint set to 768px. When I go to view on ipad and iphone screen size using the dev tools in Chrome, the menu bar is 1000px wide. It’s not being responsive to the width of the screen.

    Please help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi fernandolawl,

    If you use browser tools to inspect the page, you’ll find a fixed width of 1000px on “.top_nav_container”, that needs to be changed to max-width, or wrapped in a media query so that it only applies to wider browsers.

    Regards,
    Tom

    Thread Starter fernandolawl

    (@fernandolawl)

    That did it! Thank you!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive menu bar is too wide’ is closed to new replies.