[Resolved] how to display Site Tagline below the logo

Home Forums Support [Resolved] how to display Site Tagline below the logo

Home Forums Support how to display Site Tagline below the logo

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #886957
    Sam

    Please advise how to display the ‘Site Tagline’ below the logo. Right now, it appears above the logo.

    #886962
    Sam

    Further, I want it to be centered, just like the logo.

    #886970
    Sam

    FYI, I am using:
    GeneratePress Version: 2.2.2
    GP Premium Version 1.8.1

    #887058
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this CSS:

    .inside-header {
        display: flex;
        flex-direction: column;
    }
    
    .site-branding {
        order: 10;
    }

    Depending on your browser compatibility needs, you might want to run that CSS through this tool: https://autoprefixer.github.io/

    #887144
    Sam

    Tom,
    I tried adding the following at the end of the style.css file but to no effect:

    /*
     * To display the Site Tagline below the logo
     */
    
    .inside-header {
        display: flex;
        flex-direction: column;
    }
    
    .site-branding {
        order: 10;
    }

    Please guide forward.

    #887175
    Tom
    Lead Developer
    Lead Developer

    Can you try adding it using one of these methods?: https://docs.generatepress.com/article/adding-css/

    #887222
    Sam

    Tom,
    Adding the above css via the plugin Simple CSS worked for me.
    Thank you.

    #888038
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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