• 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 https://vgtess.cn
    How can I put the sidebar on the left?

    Thanks in advance for any help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • the link u provide is dead..is that the right link?

    Thread Starter paul2008

    (@paul2008)

    Sorry, https://vgtees.cn

    Thanks for noticing.

    Thread Starter paul2008

    (@paul2008)

    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?

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to place sidebar on the left of content’ is closed to new replies.