Re: Footer Menu Support Thread
You appear to have a large margin on your stylesheet for:
Code:
#siteinfoLegal {
padding: 0.5em 0px 20px;
font-size: 0.9em;
text-align: center;
width: 100%;
line-height: normal;
clear: both;
color: rgb(68, 68, 68);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
margin-bottom: 30px;
}
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Ajeh
You appear to have a large margin on your stylesheet for:
Code:
#siteinfoLegal {
padding: 0.5em 0px 20px;
font-size: 0.9em;
text-align: center;
width: 100%;
line-height: normal;
clear: both;
color: rgb(68, 68, 68);
background: none repeat scroll 0% 0% rgb(255, 255, 255);
margin-bottom: 30px;
}
Thanks for the rapid reply! All of the code was done by another and I was told the extra white space could not be adjusted down, but it bugged me enough to give a shout out to the forum. Are you suggesting I just edit the margin bottom number?
Re: Footer Menu Support Thread
I changed the padding and that did it. Thanks! I had no idea what file to look in.
Re: Footer Menu Support Thread
Re: Footer Menu Support Thread
Thanks for the update that this was able to fix the problem ... :smile: