Archived topic
Adding a logo graphic to the left of the Site Title/Tagline
5 replies · Started by John on January 16, 2016
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
Hi there,
This may help: https://generatepress.com/forums/topic/logo-next-to-site-title/#post-118692
Let me know :)
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
Hi there,
No need to replace anything - simply add the CSS using these instructions: https://generatepress.com/knowledgebase/adding-css/
Awesome! Thanks.
You're welcome :)
