Viewing 5 replies - 1 through 5 (of 5 total)
  • esmi

    (@esmi)

    Depends on your theme. A link to your site might help…

    Thread Starter mghaffari

    (@mghaffari)

    My Blog Address: https://mojeman.ir

    It is true that I said that I want to place the Sidebar from right to left move, but in fact I must place the Sidebar to move from left to right.

    Please help me…

    esmi

    (@esmi)

    What exactly do you want to do? Move the sidebar on the left side to the right side. Or change the text-direction inside the sidebar?

    Thread Starter mghaffari

    (@mghaffari)

    I want to move the sidebar from left to right

    In your theme Style.css file
    change

    .narrowcolumn {
    float: left;
    padding: 0 0 20px 45px;
    margin: 0px 0 0;
    width: 450px;
    }

    and

    Change

    #sidebar
    {
    padding: 20px 0 10px 0;
    margin-left: 545px;
    width: 190px;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the sidebar position’ is closed to new replies.