Site logo

Archived topic

Slide-out Menu Close Toggle

11 replies · Started by Danny on February 19, 2020

Viewing posts 1–12 of 12

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.

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?

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 :)

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

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

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

That did it, thank you!

No problem :)

This archived topic is closed to new replies.