Site logo

Archived topic

Mobile Hamburger Menu stuck on the left

3 replies · Started by troyw on August 30, 2021

Viewing posts 1–4 of 4

Hey guys,

Since removing the Mobile Logo image from Layout > Header, the Hamburger/ Menu have shifted to the left. If I put the logo image in again, the hamburger / Menu move to the right.
How do I remove the Logo image, but keep the hamburger and menu on the right.
Thanks

Hi there,

try this CSS:

#mobile-header .menu-toggle {
    margin-left: auto;
    flex: 0 0 auto;
}

Thanks David.

Glad to be of help

This archived topic is closed to new replies.