Home>Support>Full width site banner – Virtue Premium

Full width site banner – Virtue Premium

By Saskia Fraser, 10 years ago. Last reply by Magus, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi,
Can you tell me how to make the site banner full width in Virtue Premium. Thanks.
Saskia

URL: http://detox.rawfreedom.co.uk

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

  1. 10 years, 2 months ago Magus
    Hi, I Work Here

    Hi Saskia

    To increase the banner width please add the following to your Custom CSS. If you do not have a Custom CSS editor I would recommend the following one

    https://wordpress.org/plugins/simple-custom-css/

    .banner .virtue_sitewide_banner {
        min-width: 100% !important;
        text-align: center;
    }
    

    If you want your existing banner to fill this area please also add the following

    .banner .virtue_sitewide_banner img {
        min-width: 100% !important;
    }
    

    Let us know how you get on

    Magus

  2. 10 years, 2 months ago Saskia Fraser

    Hi Magus.

    That’s definitely widened it. It’s still not quite full screen tho.

    Thanks.

    Saskia

  3. 10 years, 2 months ago Magus
    Hi, I Work Here

    Hi Saskia

    Please change the first snippet ti the following

    .banner .virtue_sitewide_banner {
        min-width: 100% !important;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }
    

    Thanks

    Magus

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