• jimmyholway.com

    I just want the sidebar to sit next to the content page, flush at the top. I’m also having trouble enabling widgets. If someone could PLEASE lend me a hand I’d be happy to slap them some internet five. Please?

    Thanks in advance!

    -jimmy

Viewing 2 replies - 1 through 2 (of 2 total)
  • There isn’t enough room to float a 400px wide post inside a content area that’s only 600px wide and already holds a 320px wide sidebar. That’s just basic arithmetic. You would need to reduce 400px to 220px in

    #noticias {
        float: left;
        margin: 0;
        padding: 0 10px;
        text-align: justify;
        width: 200px;
    }
    Thread Starter atotalpirate

    (@atotalpirate)

    OH MAN. I’m ashamed of myself. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help separating my sidebar from my posts!’ is closed to new replies.