Site logo

Archived topic

hamburger menu on mobile

3 replies · Started by Richard on March 7, 2022

Viewing posts 1–4 of 4

Hey Guys,
I'm attempting to place the hamburger menu on mobile to be below the logo. Can you help?

https://bit.ly/3Klzw6x

Thanks
Rich

Hi there,

try this CSS:

#mobile-header .menu-toggle {
    flex: 1 0 100%;
    text-align: right;
}

you can change the text-align property to left, or remove it altogether to center it

Thanks David, all sorted:)

Glad to hear that

This archived topic is closed to new replies.