• Hope this is the right forum to post in, thanks in advance for help.

    Here’s my blog using the chaostheory template:
    http://www.petersalvia.wordpress.com

    I want to have the two tables (sidebars?) at the bottom of the page be placed at the top right of my blog. I’ve done multiple searches for ‘edit chaostheory template’ and the like but haven’t come up with anything.

    I’m totally new to CSS but ready to figure this out. again, TIA

    proactively • learning CSS editing • peter

Viewing 4 replies - 1 through 4 (of 4 total)
  • No, it is not the “right forum”.
    wordpress.com has its on support forum: http://en.forums.wordpress.com/

    Thread Starter psalvia

    (@psalvia)

    awesome thanks

    PSalvia

    Hey, ok this is a rather simple fix, but takes a bit of tweaking to get “right”.
    Basically to put those columns on the right, you will need to either float the Center part of your content left, or float those columns right using CSS commands float: left or float: right. In doing so you also have to ensure that you clear your floats correctly, by placing a div INSIDE the floated div whose only property is clear: both; (or firefox dies) as well as size all of the related divs to allow space for the floated items to appear side by side. In order for divs to appear side by side (which is what occurs with floats) there has to be enough room for them to do so.

    Floats are tricky at first, but quite simple once you have a grasp for them. Good luck

    [sig moderated]

    Except that you can NOT edit your theme files on wordpress.com.
    Why don’t read the OP before posting, nucleon?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change Sidebar Position’ is closed to new replies.