• I think i need to edit the code of the template.
    Some one can please tell which code lines to edit to move the widgets side bar from right to left?

Viewing 2 replies - 1 through 2 (of 2 total)
  • either find the corresponding styles and change them accordingly, or add this to the bottom of style.css:

    #post_section { float: right; margin: 30px 30px 30px 0; }
    #sidebar_section { float: right; margin: 30px 30px 30px 0; }

    (not widely tested)

    Thread Starter mat84

    (@mat84)

    Ok, thnx.
    Added and seems to work.
    But it seems more readable in the left as original one.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move the Widget sidebar from right (default) to left’ is closed to new replies.