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

6
  1. Sascha Drömer 11 years, 10 months ago

    Did the solution found here in the forum. Contribution can be concluded is done.

    Thank you

  2. Andrew Misplon Staff 11 years, 10 months ago

    Hi Sascha

    Glad you found my original thread on this. For anyone else searching for a left Vantage sidebar, insert the following under Appearance >Custom CSS:

    /* Vantage Display Left Sidebar */
    .blog #primary,
    .single #primary,
    .default #primary,
    .page #primary { 
            float: right; }
    .blog #secondary,
    .single #secondary,
    .default #secondary,
    .page #secondary { 
            float: left; }
    .home #primary,
    .page-template-templatestemplate-full-notitle-php #primary {
            float: none;
    }
  3. Tom 11 years, 10 months ago

    I needed the sidebar on the left too. Inserted the custom CSS and it worked, but the sidebar is now at the bottom of the page just above the footer. I need it in the same original position but on the left side of the page.

  4. Sascha Drömer 11 years, 10 months ago

    It works:

    /* Vantage Display Left Sidebar */
    .blog #primary,
    .single #primary,
    .default #primary,
    .page #primary { 
            float: right; }
    .blog #secondary,
    .single #secondary,
    .default #secondary,
    .page #secondary { 
            float: left; }
    }
  5. Tom 11 years, 10 months ago

    Great. What you just provided works just fine! Thanks!

  6. Andrew Misplon Staff 11 years, 10 months ago

    Super, glad to hear that helped.

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