Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Is there a way CSS solution to increase the size of the logo slightly?
Hi Brian. There is currently a restraint on the logo size when using this layout. To remove that constraint please insert the following into Appearance > Custom CSS:
/* Remove Logo in Menu image constraint */ header#masthead.masthead-logo-in-menu .logo > img { max-height: none !important; }Works perfectly…thanks, I’m sure many others will be able to use this.
Super, glad we could help.