You are reading a single comment by @marcom and its replies. Click here to read the full conversation.
  • Actually, after analysing the code i think you should add to:

    div.posts {
    margin-left: 200px;
    margin-top: 100px;
    width: 500px;
    }

    with:

    div.posts {
    margin-left: 200px;
    margin-top: 100px;
    width: 500px;
    float: left;
    }

    From static it will became fluid… two or more column…

    PS with a bit of luck we are gonna keep the caption where it is…

About

Avatar for marcom @marcom started