Archived topic
add small logo align RIGHT of site-title and tagline
10 replies · Started by albabes on July 27, 2016
Hi Tom
Using Exhibit child theme on http://computerdude.me/
I wanna add a logo to this area.

I tried Site Identity/Logo, but its not what I want.
Using hooks, I added an image, but the Site title and tag line did not wrap on Mobile.
Any ideas please?
Thanks Tom
You can add it inside the "Header" widget area in "Appearance > Widgets".
Just add a Text widget and add the image HTML:
<img src="URL TO YOUR LOGO" alt="" />
Should of known that, thanks Tom.
Hey why don't you push MegaMenu on this website?
Did your suggest Tom, and process added 50px of padding or margin to the header? IE its 50px taller than before.
Sorry for last empty post.

It looks like you've added 70px padding to the top and bottom of the header in "Customize > Layout > Header".
If you reduce those values, it should help :)
I don't understand, there is no setting for adding padding/margin in “Customize > Layout > Header”
All there is:
Header Width and
Header alignment
Are you using the Spacing add-on?
If not, you'll have to use CSS:
.site-header .inside-header {
padding-top: 40px;
padding-bottom: 40px;
}
Also, in the Exhibit css file, or the Genpress ccs file, I have nuttin that is 70px
Im not using spacing addon. And the css fixed the prob, thanks Tom.
Curious, that declaration:
.site-header .inside-header
is not in the main Genpress Css file?
No, it's generated by the Customizer. In your case you don't have Spacing so you can't edit it inside the Customizer, but GP still generates it that way.
Glad I could help :)
