[Resolved] Mobile Menu at custom breakpoint?

Home Forums Support [Resolved] Mobile Menu at custom breakpoint?

Home Forums Support Mobile Menu at custom breakpoint?

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #355775
    RISE Websites

    On mobile you wont see it.
    But on pc, you’ll see it.

    Crop your browser, as soon as you get the mobile menu with the breaking point I choose.

    But with “the real” mobile menu, you’re right, no line problem.

    #355777
    Leo
    Staff
    Customer Support

    Try changing the px number here to match your custom break point:
    https://generatepress.com/forums/topic/mobile-menu-at-custom-breakpoint/#post-355544

    #355779
    RISE Websites

    I’m not sure to understand.


    @media
    (min-width:769px) {
    /* CSS here */
    }

    I change the 769px to 1300px witch is my breakinh point.

    What exactly do you want me to match ?

    I’m sorry i’m really no coder :s

    #355792
    Leo
    Staff
    Customer Support

    You need to wrap the menu item hover underline CSS like this:

    @media (min-width:769px) {
        /* CSS here */
    }

    and change the the px number above to the same as the mobile break point. So basically make the hover effect goes away as soon as mobile menu comes in.

    #355840
    RISE Websites

    Ahhh !! You’re right !

    Works perfect !

    Thanks again for your time ! ๐Ÿ™‚

    #355914
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.