- This topic has 3 replies, 2 voices, and was last updated 7 years, 11 months ago by Andrew Misplon.
Tagged: header logo
- AuthorPosts
- October 26, 2016 at 8:38 pm #5401
mcbrandrupParticipantHi there,
My client would like to increase the size of the logo on the header. Alternatively, is there a way to have the logo and text of Site Title? I cant seem to fit the logo, the Site Title and the menu bar all in the header space without them overlapping each other.
any help is appreciated.
thanks
mcbOctober 26, 2016 at 8:47 pm #5402
Andrew MisplonKeymasterHi mcb
Thanks for reaching out. You can remove the logo size constraint in the header by adding the following to a Custom CSS plugin like Simple Custom CSS.
/* Header */ .site-header .site-branding img { max-height: none; }
You can also replace none with a
px
value.92px
is the default. At the moment there, unfortunately, isn’t a way to have the site title and logo display together. Do you mean the site description?Are you using the premium version? After removing the logo constraint with CSS you can increase the header height at
Appearance > Customize > Theme Design > Header > Header Height
.October 26, 2016 at 11:17 pm #5403
mcbrandrupParticipantThanks Andrew. I made those adjustments, much better!
Yes, I am using the premium version, very easy and logical.
thanks!
MelissaOctober 27, 2016 at 12:11 pm #5406
Andrew MisplonKeymasterAwesome 🙂 Really glad to hear that helped. Thanks for your support.
- AuthorPosts
You must be logged in to reply to this topic.