• Resolved de3r7

    (@de3r7)


    My problem is that on my fist page a would like my posts to take the hole place instead of just small rectangles. please help! 🙂 if you can’t picture what i mean click on this like, it will bring you to my fist page. http://www.de3r7.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    Edit style.css (line 67) and change:

    .home-post-wrap {
    background-color:#FFFFFF;
    float:left;
    height:300px;
    margin-right:13px;
    margin-top:10px;
    overflow:hidden;
    padding:15px;
    width:270px;
    }

    to:

    .home-post-wrap {
    background-color:#FFFFFF;
    margin-right:13px;
    margin-top:10px;
    overflow:hidden;
    padding:15px;
    }
    Thread Starter de3r7

    (@de3r7)

    thanks a lot 😀

    Thread Starter de3r7

    (@de3r7)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Full page post not small rectangles’ is closed to new replies.