Site logo

Archived topic

move hamburger menu to the left and display website title in the middle

17 replies · Started by registriran on April 7, 2023

Viewing posts 16–18 of 18

I tried through Layout > Header > switching Branding to “Site title” instead of “logo”

Do this again. Then add this CSS:

#mobile-header .navigation-branding {
    margin-left: auto;
}

Remove this CSS:

.mobile-header-navigation.has-menu-bar-items .mobile-header-logo {
    margin-left: auto;
}

Thank you, Ying!

You are welcome :)

This archived topic is closed to new replies.