[Resolved] Custom Mobile Header line break

Home Forums Support [Resolved] Custom Mobile Header line break

Home Forums Support Custom Mobile Header line break

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1012118
    Justin

    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?

    #1012178
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

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

    Let me know ๐Ÿ™‚

    #1012429
    Justin

    Perfect as always. Thanks!

    #1012779
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.