Home>Support>How to move sidebar to left side

How to move sidebar to left side

Hello

I’m building a page layout for a new customer, and I will use Vantage premium theme if I can get this working.
I would need to move the sidebar to the left side on all pages which have sidebars. Is that possible to do with the Vantage theme?

URL: http://testi1.msc.fi/?page_id=11

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

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Mikael

    Try the following under Appearance > Custom CSS (Vantage Pro) OR in a plugin like Simple Custom CSS (Vantage Free):

    /* 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;
    }
    
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