Can't Use Left Sidebar

Home Forums Jevelin Theme Can't Use Left Sidebar

Home Forums Jevelin Theme Can't Use Left Sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jburleson
    Participant

    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

Viewing 2 posts - 1 through 2 (of 2 total)