Move sidebard to the left side
#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
3Hi 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; }Perfect. Thank you!
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.