View Full Version : bottom?
jgrakowski
02-06-2014, 05:04 PM
i searched and cant seem to find a way to get the bottom of the content to always stretch to the bottom of the page:
http://www.joerakowski.com/links/bottom.jpg
seems like no one knows a good fix.
ozzy47
02-06-2014, 11:49 PM
Perhaps add this to your additional.css:
#footspace {
padding-bottom: 150px;
}
jgrakowski
02-07-2014, 04:11 AM
i dont understand why you think that would work, all that does is stretch the content another 150px, it doesnt solve the problem. if i resize the browser to be taller, it no longer reaches the bottom of the page.
thx for the try though.
Max Taxable
02-07-2014, 04:17 AM
See if this also happens in the default style pal.
jgrakowski
02-07-2014, 06:48 AM
yes its the same.
ozzy47
02-07-2014, 11:28 AM
Then do it in percentage:
#footspace {
padding-bottom: 15%;
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.