Extend Header Logo Area
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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Andy
Try the following under Appearance > Custom CSS:
/* Make the Masthead 100% */ body.responsive.layout-full #page-wrapper .full-container { max-width: 100% !important; }That’s full width, try 80% for example to make it a bit smaller.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.