Hello,

I'm writing to inform (and hopefully receive a solution) users of an issue I have come across.

I made my slideshow area smaller, so there was a larger gap in between the bottom of the slideshow and the top of the module "Top Content". To adjust this, I changed the value of the margin found in the style.css for content-top

.content-top{
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #f4f4f4;
margin:0 0 20px;
}

This works just fine on the homepage, but here is the issue;

When moving it too close, although it looks okay on the homepage, on other pages it collides with the navbar up top.

Perhaps I'm going about moving the content section the wrong way.

Can anyone offer a possible solution? I'd greatly appreciate any input.

Thanks!

Edit: Having the same issue when placing my content in "Main Content" and trying to move that.

Adjusting margin (-20px):

#wrapper {
width:950px;
margin: -20px auto 0;
}