I tried putting in a margin (bottom) into the

.news
{
    width:800px;
    height:auto;
    margin-left:30px;
    margin-right:30px;
    margin-bottom:50px;
}

but the blue background that I have here

.newsbg{
    width:740px;
    height:auto;
    background-color:rgba(142,229,238,0.5);
}

still goes to the end of tile background. I would like there to be a space where the tiles go further then the blue.

here is an image:

Give your wrapper division a set height.

Regards, Arkinder

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.