• Site –

    I’ve been trying to move it to the left. So far I have managed to switch round the sidebar and posts but am now left with no space between the 2. Could you help me resolve this? Let me know what you need.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit style.css and change:

    #sidebar1wrap {
    float:left;
    margin-bottom:20px;
    }

    to

    #sidebar1wrap {
    float:left;
    margin-bottom:20px;
    margin-right:50px;
    }

    Adjust the margin-right setting to suit.

    Thread Starter nmknmk

    (@nmknmk)

    I managed to figure out. Was so simple in the end – just needed padding. But thanks for helping.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move sidebar to left side. (theme 10PAD2-RISING SUN)’ is closed to new replies.