Home>Support>Extend Header Logo Area

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.

URL: http://azhomebrewers.org

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More