Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mobile nav expanded on iPad portrait

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #247702
    jknetdesign
    Participant

    Right around the 767 breakpoint the navigation expands. See attached. How can I fix this glitch?
    http://ajhproperties.com/ajh-nav-issue.png

    #247711
    Senff
    Participant

    Unfortunately we can’t diagnose a problem from just a screenshot image. If you can share a link to your site, or create a reduced case in Codepen that demonstrates the issue, we can take a look at the code and how it behaves, and then see what’s going on.

    #247739
    jknetdesign
    Participant

    Yes a link would help.
    http://ajhproperties.com

    #247741
    Beverleyh
    Participant

    Looks like its caused by this line in the megamenu js file (at ‘/wp-content/plugins/wr-megamenu/assets/js/frontend.js’);

    var isMobile = window.matchMedia("only screen and (max-width: 768px)");
    

    Change the max-width value to make if fit better with your layout switch.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.