Forums

How to place sidebar on the left of content (5 posts)

  1. paul2008
    Member
    Posted 2 months ago #

    Hello,

    I'm using Upstart Blogger Swiss Wordpress theme. By default, it has 2 sidebars seen at the bottom before the footer.
    I want to put a sidebar on the left of all the other content.
    I'm not sure what is the right way to do this.
    There is a wrapper in my style.css which forces everything to have certain margin-left, margin-right and other properties.
    I can try to move header, post content, comment, footer and everything else to the right, so that the sidebar would be on the left, but not sure if it's the proper way to do this.
    The website is at http://vgtess.cn
    How can I put the sidebar on the left?

    Thanks in advance for any help.

  2. parlenk
    Member
    Posted 2 months ago #

    the link u provide is dead..is that the right link?

  3. paul2008
    Member
    Posted 2 months ago #

    Sorry, http://vgtees.cn

    Thanks for noticing.

  4. paul2008
    Member
    Posted 2 months ago #

    Maybe you could give a more general advice? Like, should I get rid of the #wrapper or not, or what is the easiest way to put an element on the left of everything else?

  5. miocene22
    Member
    Posted 2 months ago #

    give it the css property float: left;
    (if it is on the right it is probably set to float: right;

    You may also need to fiddle about with more css, like perhaps making the main content div float right instead of left

Reply

You must log in to post.

About this Topic