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 it possible to extend the header logo (I believe it is a.logo) to span further across the masthead area?
Currently I have some custom css that floats the logo to the center
header#masthead .hgroup .logo {
float: none !important;
}
header#masthead .hgroup .logo img {
display: block;
margin: 0 auto;
}
I would like to set it to float left, but when doing so the image sits pretty far from the left of the page.
The goal would be to have the logo floating near the left edge of the page with a small padding.
Hi Andy
Try the following under Appearance > Custom CSS:
That’s full width, try 80% for example to make it a bit smaller.