This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Extend Header Logo Area

11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread