Im all out of ideas here. I want to move my footer down some more on short pages but leave it where it is on long pages. Just cant find a good way to do this. Long page http://www.satantees.com/category/vintage Short page http://www.satantees.com/ Any help is appreciated and will be rewarded.
In your theme css file find the id of #sidebar and add more margin or padding to the bottom setting. Make it look something like this. #sidebar {float:left;margin:40px 0 75px 0;width:200px;} Where 75 is the distance you are wanting to press the footer lower. Also if the margin does not work well try using padding in the same id.. something like this. #sidebar { float:left; margin:40px 0 0; padding: 0px 0px 75px 0px; width:200px; } Again 75px being the number setting to pres footer lower. Boulder
Ah someone put it into WP. Change the old line to this: #sidebar {float:left;margin:40px 0 200px;width:200px} Works a treat
I still get that ridicules space in between the comments and picture though in the single page http://www.satantees.com/i-am-cute-no-shit.html