PDA

View Full Version : spaces in footer


satlazone
03-28-2012, 09:38 PM
Hello,

How can I remove following spaces?

Best Regards,

kh99
03-29-2012, 11:24 AM
Put this in additional.css:

.footer{
margin-top: 0px;
}

.footer_morecopyright {
margin-top: 0px;
padding-bottom: 0px;
}