Switching columns around

Discussion in 'CSS' started by Voasi, Apr 10, 2007.

  1. #1
    Voasi, Apr 10, 2007 IP
  2. MTbiker

    MTbiker Well-Known Member

    Messages:
    2,536
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    170
    #2
    Since no one else posted I'll give it a shot...

    First I'd move the sidebar div below the content div in your index.php file.

    Then in the stylesheet find #content and #sidebar.

    For the content div, switch the margin-left from 250px to 0px.

    Then either get rid of the float: left or move it from the sidebar to the content div.

    For #sidebar, add a margin-left: 430px.

    Hopefully that does it :)
     
    MTbiker, Apr 11, 2007 IP