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 Header Banner in Vantage Premium Theme

10 years ago · Last reply by Support Assistants 10 years ago

Hello,

I am trying to customise the header banner/logo in Vantage premium theme to make it display full width. But in spite of all customisations, there is a space on the left and a space on the right.

Please show me how to take care of this. I have tried using CSS to no avail. You can see the site at http://bimbotayobamidele.com. I want the banner area to look like what is seen at http://www.korenmivnim.co.il/

Thanks.

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Support Assistants 10 years, 1 month ago

    Hi Philip

    Thanks for your question. You logo is currently full width of the site container. Are you looking to make it screen full width?

  2. Philip Amiola 10 years, 1 month ago

    Thanks for replying. But the logo is not full width. Please check it and you’ll see that there is a black background on the left and on the right of the logo. What I want to do is to have the logo fill up the entire space without any background. How do I go about it? Does it have anything to do with the logo dimensions? I am currently using 1080px by 420px.

  3. Support Assistants 10 years, 1 month ago

    Sorry about that.

    Please, try adding the following to Appearance > Custom CSS or your child theme style.css file:

    /* Full Header Logo - Boxed Layout Bound */
    header#masthead {
        padding: 0 !important;
    }
    header#masthead .hgroup {
        padding: 0 !important;
    }
    header#masthead .hgroup .logo img {
        height: auto;
        width: 1080px;
    }
    header#masthead .hgroup .logo img[style] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .main-navigation {
        margin: 0 !important;
    }
    body.responsive header#masthead .hgroup .support-text,body.responsive header#masthead .hgroup #header-sidebar {
        display: none !important;
    }
  4. Philip Amiola 10 years, 1 month ago

    Great!

    That solved it. Thank you!

  5. Support Assistants 10 years, 1 month ago

    Super :) We’re glad to hear that helped. All the best.

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