Home Forums Jevelin Theme Can't Use Left Sidebar Reply To: Can't Use Left Sidebar

Home Forums Jevelin Theme Can't Use Left Sidebar Reply To: Can't Use Left Sidebar

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