http://trusttheguild.com/index.php?opti ... 2&Itemid=2
between my bottom modules and the footer there is too much empty white space... is there a way to remove this?
hi,
look at
div.us {
padding-right:10px;
text-align:left;
}
in http://trusttheguild.com/templates/gavi ... te_css.css
at line 402.
remove padding-right:10px;
or try firebug!
nice greetings and hope it helps
.moduletable, .moduletable-black, .moduletable-news1, .moduletable-news2, .moduletable-video1, .moduletable-video2, .moduletable-sport1, .moduletable-sport2, .moduletable-business1, .moduletable-business2, .moduletable-education1, .moduletable-education2, .moduletable-enter1, .moduletable-enter2, .moduletable-health1, .moduletable-health2, .moduletable-law1, .moduletable-law2, .moduletable-politics1, .moduletable-politics2, .moduletable-science1, .moduletable-science2, .moduletable-services1, .moduletable-services2, .moduletable-tech1, .moduletable-tech2, .moduletable-travel1, .moduletable-travel2, .moduletable-weather1, .moduletable-weather2, .moduletable-world1, .moduletable-world2 {
background:url("../images/np_mod_nl_bg.png") repeat-x scroll 0 top transparent;
border-top:2px solid #690000;
font:12px Arial,Helvetica,sans-serif;
margin:0 0 20px;
padding:5px;
}