[Resolved] Adding a logo graphic to the left of the Site Title/Tagline

Home Forums Support [Resolved] Adding a logo graphic to the left of the Site Title/Tagline

Home Forums Support Adding a logo graphic to the left of the Site Title/Tagline

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #166029
    John

    Hello,

    I have the GP Premium. Is there a simple way make a small logo graphic appear to the left of the Site Title/Tagline? By default, it appears logos are positioned below the Site tagline.

    I would like to add a graphic that is the same height as my site title/tagline to the left of them. Thank You

    http://www.moonshotenergy.com/

    #166065
    Tom
    Lead Developer
    Lead Developer
    #166312
    John

    Hey Tom,

    So I guess I go to the wordpress editor where “GeneratePress: Stylesheet (style.css)” is located.

    Do I just just add in this new code:

    .site-branding {
    display: inline-block;
    }

    and REPLACE

    .site-logo {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
    }

    with:

    .site-logo {
    float: left;
    margin-right: 20px;
    }

    Thanks

    • This reply was modified 8 years, 3 months ago by John.
    • This reply was modified 8 years, 3 months ago by John.
    • This reply was modified 8 years, 3 months ago by John.
    • This reply was modified 8 years, 3 months ago by John.
    #166322
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    No need to replace anything – simply add the CSS using these instructions: https://generatepress.com/knowledgebase/adding-css/

    #166830
    John

    Awesome! Thanks.

    #166848
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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