Space between elements

Hi there

On the following page you will see a light grey strip above the footer and under the last element. i can’t seem to get rid of it! Can you help?

http://www.pm2-workbench.com/StopTheWorldCafe/food-drink/

Thanksssss

Good morning

try this css and let me know if its ok:

#content section {
padding-bottom: 0px !important;
}

Thanks.

That has reduced it but it is still there.

http://www.pm2-workbench.com/StopTheWorldCafe/food-drink/

Add this code too:

.post-content {
margin-bottom: 0px;
}