Hi,
Please try to use the css code below:
div#primary {
float: right;
}
Add it using simple custom css plugin and let me know how it goes.
Hi, I used this CSS and while this was good for the Inner pages …it also messed up my home page where it left some space for left bar in the home page as well…I had kept the Home page to Static- front page.
Please help as i really need to have the Left navbar and need it for all pages besides home
Hi @dylanvirgo,
Please post the URL of your site here.
Hi @awanrmb
This is the demo site link pasting 2 URL’s
http://dylanvirgo.cloudaccess.host/ IN this link notice that the “Services Section” and the “Know more about section” on the home page have moved slightly to the right…as if leaving space for Left nav bar
and http://dylanvirgo.cloudaccess.host/shopping-content/ this link and all other pages where i choose Template instead of full width the problem is fixed
Hi @dylanvirgo,
Thank you for your feedback and I am sorry if the CSS code in above are not working as you expceted.
To fix the issue, please use these CSS code instead:
body:not(.home) #primary{
float: right;
}
Thanks @awanrmb, for sorting this