Sidebar left ?
Hi there,
how do I get the Siedebar to the left? It should in principle be always left on articles and pages.
THANK YOU for the sensational support here.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
6Did the solution found here in the forum. Contribution can be concluded is done.
Thank you
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; }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.
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; } }Great. What you just provided works just fine! Thanks!
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.