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.

Move sidebard to the left side

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

#primary { float: right; }
#secondary { float: left; }

I love your template and I’ve bought the upgrade. However, we really need that sidebar on the left side and the above trick didn’t work. Do you have any other ideas?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 7 months ago

    Hi Ted

    Please try this 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;
    }
  2. ted 11 years, 7 months ago

    Perfect. Thank you!

  3. Andrew Misplon Staff 11 years, 7 months ago

    Super, glad we could help.

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