too much spacing between modules and footer
Must have news portal Joomla template with huge amount of module positions, multi column layout and extended menu.
- GK User
- Tue Aug 24, 2010 3:51 pm
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?
between my bottom modules and the footer there is too much empty white space... is there a way to remove this?
-
- Fresh Boarder
- GK User
- Wed Aug 25, 2010 4:49 pm
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
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
-
- Senior Boarder
- GK User
- Wed Aug 25, 2010 5:06 pm
Polivka wrote:
thanks but this didnt change anything, i meant the spacing between the footer and modules
Ive attached image to show what i mean
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
thanks but this didnt change anything, i meant the spacing between the footer and modules
Ive attached image to show what i mean
-
- Fresh Boarder
- GK User
- Wed Aug 25, 2010 5:53 pm
Try removing <div id="space"></div> it saves you an extra 60px you don't use/need.
And as suggested before, with Firebug for Firefox you could have seen this within 1 minute!
And as suggested before, with Firebug for Firefox you could have seen this within 1 minute!
-
- Fresh Boarder
- teitbite
- Sat Aug 28, 2010 10:11 am
Hi
In http://trusttheguild.com/templates/gavi ... le_css.css find this class:
and play with margin value.
In http://trusttheguild.com/templates/gavi ... le_css.css find this class:
- Code: Select all
.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;
}
and play with margin value.
-
- Moderator
5 posts
• Page 1 of 1