[Resolved] Slide-out Menu Close Toggle

Home Forums Support [Resolved] Slide-out Menu Close Toggle

Home Forums Support Slide-out Menu Close Toggle

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1170763
    Danny

    Hello, I would like the X toggle to close the slideout hamburger menu on both desktop and mobile to be on the left or the same place as the hamburger menu. It currently displays the right to close it out.

    #1170795
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .slideout-navigation.do-overlay .slideout-exit {
        left: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #1170798
    Danny

    That works on desktop, thank you. On mobile, it’s centered. Not a big deal but is there a way to align to the upper left like the hamburger menu?

    #1170949
    Leo
    Staff
    Customer Support

    Try this as well:

    @media (max-width: 768px) {
        .slideout-navigation.do-overlay .slideout-exit {
            position: fixed;
            text-align: unset;
            left: 0;
            right: unset;
        }
    }

    Let me know πŸ™‚

    #1170972
    Danny

    That didn’t work. It’s still centered and brought it closer to the first menu item.

    #1170974
    Leo
    Staff
    Customer Support

    Looks like it’s working to me?
    https://www.screencast.com/t/AZ9IRpjmA5A

    Is that not what you are seeing?

    #1171036
    Danny

    It seemingly works on the emulation apps for chrome but not on my actual iPhone. I am looking in safari incognito.

    #1171043
    Leo
    Staff
    Customer Support
    #1171059
    Danny

    I did, it’s not working. It’s in there now.

    #1171064
    Leo
    Staff
    Customer Support

    Tough to debug when I can’t see the error in browser inspect.

    Can you give it another shot?
    https://generatepress.com/forums/topic/slide-out-menu-close-toggle/#post-1170949

    #1171759
    Danny

    That did it, thank you!

    #1172118
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.