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

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

    Hi Jacob

    The sidebar unfortunately doesn’t have options in the Customizer. Try the following under Appearance > Custom CSS and edit as required:

    /* Vantage Sidebar Background Color */
    #secondary {
    background: #eee;
    padding: 5%;
    width: auto;
    }
    /* Vantage Sidebar Widget Headings Color */
    #secondary .widget .widget-title {
    color: #3b3b3b;
    }

    There isn’t more space in the header. You could either reduce the width of your logo or you could increase the site width with the following inserted under Appearance > Custom CSS:

    /* Vantage Boxed Page Wrapper */
    body.responsive #page-wrapper {
    max-width: 1200px;
    }
  2. Otto 11 years, 2 months ago

    Dear Andrew,

    tried to change my sidebar color by using your CSS proposal, but unfortunatly my sidebar completely disapears afterwards.

    Can you help

    Thanks

    Otto

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