[Resolved] Display the tagline above the logo

Home Forums Support [Resolved] Display the tagline above the logo

Home Forums Support Display the tagline above the logo

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2238409
    twarrior

    Hello,

    I have found several discussions about how to put the Tagline below the logo… but how to put it ABOVE the logo? (url to image in private info)

    just css? or a Hook?

    PS: this support is priceless! Love and Thanks in advance.

    #2238425
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the page in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2238512
    twarrior

    sure, here you have it

    #2238580
    Leo
    Staff
    Customer Support

    Try this CSS:

    .site-header .site-branding-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    #2238750
    twarrior

    Thanks. Works.

    #2238859
    twarrior

    Sorry,

    Could it be CENTERED with the logo?

    #2238881
    Fernando
    Customer Support

    Hi there,

    Kindly try modifying the current code with this one:

    .inside-header .site-logo {
        margin-right: 0;
    }
    
    .site-header .site-branding-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    Hope this helps!

    #2239378
    twarrior

    Works!

    #2239708
    Fernando
    Customer Support

    You’re welcome! Glad that worked!

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