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.

Full Width MasterHead

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

I am trying to take out the space to the right and left of my logo. I have created the below Custom CSS as suggested in previous posts but it isn’t working for me.

/* Full header logo */

header#masthead {
padding: 0 !important;
}

header#masthead hgroup {
padding: 0 !important;
}

header#masthead hgroup .logo img {
width: 1080px;
}

.main-navigation {
margin: 0 !important;
}

body.responsive header#masthead hgroup .support-text, body.responsive header#masthead hgroup #header-sidebar {
display: none !important;
}

URL: http://new.rerenovations.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 4 months ago

    Hi Shelly

    hgroup has changed from a tag to a div class so every instance that you see hgroup in your Custom CSS, change that to .hgroup.

    Before:

    hgroup

    After

    .hgroup

    This methods assumes a 1080px wide logo.

    Hope that helps.

  2. Shelly 11 years, 3 months ago

    Hi Andrew – Thank you for your help. Unfortunately, the logo is still not full width.

  3. Andrew Misplon Staff 11 years, 3 months ago

    The Custom CSS you’re trying to use here is specifically for the boxed layout version of Vantage. Sorry for not checking your link earlier. Your header looks pretty good right now though.

  4. Shelly 11 years, 3 months ago

    It is close but still not what I want. I want the actual logo to be on the left side of the screen & the phone number to be all the way to the right side of the page, just like the MetaSlider spans the whole width of the page. Then I plan to resize the text. Thanks.

  5. Andrew Misplon Staff 11 years, 3 months ago

    For that you’d need to remove all the previous Custom CSS and try something like:

    /* Make the Masthead 100% */
    body.responsive.layout-full #page-wrapper .full-container {
    max-width: 100% !important;
    }

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