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.

Replies

3
  1. Magus Staff 10 years, 10 months ago

    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. Saskia Fraser 10 years, 10 months ago

    Hi Magus.

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

    Thanks.

    Saskia

  3. Magus Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread