• Resolved Buca

    (@sharfeddin)


    Can anyone tell me why my post aren’t displaying right? I’m trying to stack .post divs one on top of another like any other blog, but for some reason my thumbnails are messing it all up.

    Pleas take a look here,

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • .post {
    border-bottom:2px none #333333;
    padding:10px 0;
    width:960px;

    .thumbnail {
    background:#222222 url(i/thumb.png) repeat scroll 0 0;
    display:block;
    height:100px;
    margin:40px 10px 10px 0;
    overflow:hidden;
    width:470px;

    shouldn’t use relative positioning probably what was messing it up

    .post {
    border-bottom:2px none #333333;
    padding:10px 0;
    width:960px;
    float:left;
    }
    my bad

    Thread Starter Buca

    (@sharfeddin)

    Thank you Nglavin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Posts styling messed up.’ is closed to new replies.