Forum Replies Created

Viewing 1 replies (of 1 total)
  • this is how we did it… though it might break things it looks to work so far…

    two files we changed…

    styles.css

    .narrowcolumn
    float: left; to float: right;
    padding:0 0 20px 45px; to padding 0 45px 20px 0;

    and

    #sidebar
    added float: right;
    and cut the margin-left:545px; down to margin-left: 45px;

    we also changed header.php
    we hard coded
    #page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg-rtl.jpg”) repeat-y top; border: none; }

    on some of the other template files we changed the body div wrapper class from widecolumn to narrowcolumn…

    we just finished these changes and haven’t tested them much but it seams to be working…

    good luck…

Viewing 1 replies (of 1 total)