viveksweet 0 Report post Posted March 23, 2011 Folks, I'm trying to make the footer as wide as the page so it auto stretches based on each ones display and I like to make it taller as well to put more info in there.. I really like the footer of www.problogger.net Thanks Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 23, 2011 I don't think the footer there is actually one that stretches. If you want to have a larger footer try using the Morefoot in conjunction with the footer_columns and maybe even simple footer nav sections. Share this post Link to post Share on other sites
viveksweet 0 Report post Posted March 24, 2011 Right now I have the footer and boxes above that. I looks sweet.. I'd wish I could stretch it all the way out.. Is there an easy CSS solution for this? Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 24, 2011 If you want add background colors to those areas it would be these selectors. `#boxes, #footer {background:#000;}` The above should give you black all the way across if you are using the correct design framework e.g. full-width Share this post Link to post Share on other sites
viveksweet 0 Report post Posted March 25, 2011 Thanks Cmunns Share this post Link to post Share on other sites