mcbrandrup Oct 26, 2016 · 8:38 pm #5401 Hi 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
mcb
Andrew Misplon Puro Oct 26, 2016 · 8:47 pm #5402 Hi 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.
mcbrandrup Oct 26, 2016 · 11:17 pm #5403 Thanks Andrew. I made those adjustments, much better!
Yes, I am using the premium version, very easy and logical.
thanks!
Melissa
Andrew Misplon Puro Oct 27, 2016 · 12:11 pm #5406 Awesome 🙂 Really glad to hear that helped. Thanks for your support.