[ad_1]
Hi there,
edit this CSS:
.inside-site-info.grid-container.grid-container {
height: 60px;
background-color: #c43535;
}and remove the height property.
Then add this CSS to remove the margins that are adding the extra space:
footer p, div.footer-bar-align-center .footer-bar {
margin-bottom: 0;
}
Hi David. Works fine. Thanks.
