Viewing 5 replies - 1 through 5 (of 5 total)
  • in your style.css of current theme:

    .narrowcolumn {float:left;
    to
    .narrowcolumn {float:right;

    and

    #sidebar {margin-left:545px;
    to
    #sidebar {margin-left:0px;

    This will change position of main content and sidebar only. But you need to modify margins/paddming of each block to make it look ok.

    Thread Starter miracle8

    (@miracle8)

    webophir, excellent thanks.

    When you say you need to “need to modify margins/paddming of each block to make it look ok.”

    How?

    What figures do I need to add on the padding etc.? And, how many blocks are there?

    Thanks

    Thread Starter miracle8

    (@miracle8)

    Hi, also, in regards to “#sidebar {margin-left:545px”

    This doesn’t appear on the stylesheet.

    Thread Starter miracle8

    (@miracle8)

    Argghhh, this is a nightmare!

    Here is what I have now:

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

    AND:

    #sidebar
    {
    padding: 20px 0 10px 0;
    margin-left: 40px;
    width: 190px;
    }

    However, as you can see on https://miracledays.com the main bulk of the text is skewered to the right and hangs off the template.

    How can I move the text slightly to the left to bring it closer to the sidebar?

    I’ve been fiddling with the css for ages and I can’t get it.

    Cheers

    Thread Starter miracle8

    (@miracle8)

    I’ve sorted it thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Switch from Right to Left Sidebar’ is closed to new replies.