Site logo

Archived topic

Custom Mobile Header line break

3 replies · Started by Justin on September 17, 2019

Viewing posts 1–4 of 4

I had a nice custom mobile header that worked great for a long time, but something has broken it recently. It had my logo on the far left, the nav menu on the far right and the title and tagline in the middle, with the title on top. Now the tagline is on the same line following the title and I can't seem to get it to go back where it was, and it has messed up the whole look. Any tips to fix it?

Hi there,

Try adding this CSS:

#mobile-header .site-logo {
    margin-right: auto;
    display: block;
}

Let me know :)

Perfect as always. Thanks!

You're welcome :)

This archived topic is closed to new replies.