Home › Forums › Support › add small logo align RIGHT of site-title and tagline This topic has 10 replies, 2 voices, and was last updated 7 years, 1 month ago by Tom. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts July 27, 2016 at 10:27 pm #213457 albabes 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 July 27, 2016 at 11:49 pm #213474 TomLead Developer Lead Developer 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="" /> July 28, 2016 at 11:59 am #213656 albabes Should of known that, thanks Tom. Hey why don’t you push MegaMenu on this website? July 28, 2016 at 12:08 pm #213661 albabes Did your suggest Tom, and process added 50px of padding or margin to the header? IE its 50px taller than before. July 28, 2016 at 12:18 pm #213670 albabes Sorry for last empty post. July 28, 2016 at 12:28 pm #213675 TomLead Developer Lead Developer 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 🙂 July 28, 2016 at 12:45 pm #213686 albabes I don’t understand, there is no setting for adding padding/margin in “Customize > Layout > Header” All there is: Header Width and Header alignment July 28, 2016 at 12:46 pm #213688 TomLead Developer Lead Developer 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; } July 28, 2016 at 12:51 pm #213691 albabes Also, in the Exhibit css file, or the Genpress ccs file, I have nuttin that is 70px July 28, 2016 at 2:01 pm #213708 albabes 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? July 28, 2016 at 4:44 pm #213731 TomLead Developer Lead Developer 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 🙂 Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In