Site logo

Archived topic

Mobile hamburger left side just before logo

5 replies · Started by ammgbr on June 4, 2022

Viewing posts 1–6 of 6

Hello,I want to place the hamburger of the mobile primary menu to the left of the screen. I want it to come just before the logo I have. I couldn't find a recent solution from previous support tickets. Would appreciate your help :)

Hi there,

try adding this CSS:

#mobile-header .menu-toggle {
    order: -1;
}
#mobile-header .inside-navigation {
    justify-content: flex-start;
}

Many thanks, that worked!

Glad to hear that!

Is this still supposed to work? For me, this has no effect whatsoever...

Cheers,
Thomas

This archived topic is closed to new replies.