Site logo

Archived topic

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

5 replies · Started by John on January 16, 2016

Viewing posts 1–6 of 6

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/

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

Awesome! Thanks.

You're welcome :)

This archived topic is closed to new replies.