Okay
  Public Ticket #2935027
Move sidebar to left
Closed

Comments

  •  4
    Open & Honest started the conversation

    Hello,

    Is it possible to move the blog sidebar to the left side instead of the right?

    Many Thanks,
    James

  •  2,959
    Andrew replied

    Hi James,

    The following CSS might help.

    .page-id-36 .wpb_wrapper >.row {
        display: flex;
        flex-direction: row-reverse;
    }
    

    Thanks.