Forums

Help separating my sidebar from my posts! (3 posts)

  1. atotalpirate
    Member
    Posted 11 months ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    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;
    }
  3. atotalpirate
    Member
    Posted 11 months ago #

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

Reply

You must log in to post.

About this Topic