• I’m using the pool there where the sidebar is on the right. How can I put it on the left? I tried changing some info in the css file, but I think i’m forgetting something.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Well you’d not only have to change the CSS for the sidebar, but also most likely for the content as well. Why not just find a theme that has the sidebar on the left already if you’re not sure about using CSS well enough?

    Thread Starter ibboy

    (@ibboy)

    Hmm.. I changed the lefts and rights in this code, but now I see the content, and underneath that I see the menu.

    #noticias {
    float: left;
    margin: 0;
    padding: 0 0 20px 20px;
    width: 550px;
    }

    #sidebar {
    float: right;
    font-size: 11px;
    line-height: 1.5em;
    margin: 0;
    padding: 0 10px;
    width: 170px;
    }

    What else should I change?

    Chaz

    (@eternalskychaz)

    IBBOY, I have tried to do the same thing as you. It is so much easier just to find a theme with a left hand column and change the look (fonts & images) to make a different theme resemble the one you want.

    Thread Starter ibboy

    (@ibboy)

    Haha damn, I came so far with the Pool theme. Last thing I needed to do was changing the sidebar. Oh well, i’ll try it one more time ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pool theme: Moving the sidebar’ is closed to new replies.