[Resolved] Position logo and site name separate

Home Forums Support [Resolved] Position logo and site name separate

Home Forums Support Position logo and site name separate

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #712537
    Frank

    Hi,

    I found out how to align the header content, but would love to position site title and logo seperatly.

    The site title can stay to the left, but the logo is supposed to float right and up so that it stays to the right of the site title.

    How can I accomplish that?

    Kind regards,

    Frank

    PS: I’m using GP Premium 1.7.3-rc.1

    #712539
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (min-width: 769px) {
        .inside-header {
            display: flex;
        }
        .site-logo {
            margin-left: auto;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #712798
    Frank

    Thanks a lot, that did it.

    Any idea, why I didn’t get notified of your reply? I checked the box to get it.

    #713249
    Leo
    Staff
    Customer Support

    Hmm maybe it’s in junk mail box?

    No problem ๐Ÿ™‚

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