In Theme Settings I was able to set the individual posts to have a left sidebar, however, when I changed my Blog page to use the left sidebar, it will only set to right sidebar. Can you please help?
http://edutransitions.staging.wpengine.com/blog/
Hi @jburleson ,
I hope you are well today and thank you for your question.
Could you please share me the screenshot of where you have set left sidebar to blog page so that i can troubleshoot it?
You can set left sidebar to blog page by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body.blog #content.content-with-sidebar-right {
width: 73%;
padding-left: 2%;
float: right;
}
body.blog #sidebar.sidebar-right {
float: left;
width: 25%;
}
Best regards, Shufflehound team
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it