Reply To: 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 Reply To: 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 Reply To: Adding a logo graphic to the left of the Site Title/Tagline

#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.