On my homepage http://www.designandprintcentre.net/ i'm trying to delete the white gap at the bottom of the page (between the image and the footer) how would i do this?
On my homepage http://www.designandprintcentre.net/ i'm trying to delete the white gap at the bottom of the page (between the image and the footer) how would i do this?
Looks like a css fix.
What code would it need to fix it?
It look like it's coming from the tags below, in line 314:
#main {
background: url("../images/bg-main-r.jpg") no-repeat scroll right top #FFFFFF;
border-top: 1px solid #FFFFFF;
min-height: 700px;
}
Link to the style:http://www.designandprintcentre.net/wp-content/themes/mystique/css/core.css
Where abouts do i place this code?
You must log in to post.