sbunker 0 Report post Posted May 18, 2011 Hi guys, I'm currently using a background image for the footer. However the footer is bigger than the image. The image is the right size, but the footer itself is too tall. What CSS do I need in order to adjust the height of the footer itself? Thanks! Simon Share this post Link to post Share on other sites
sbunker 0 Report post Posted May 18, 2011 Never mind! Got it sorted Share this post Link to post Share on other sites
johnhell 0 Report post Posted May 27, 2011 Hello, How did you manage to adjust the height ? Regards. Share this post Link to post Share on other sites
sbunker 0 Report post Posted May 27, 2011 Hi John, using the following CSS: #footer { height: 000px;} change '000' with your chosen height in pixels. Job done! Share this post Link to post Share on other sites
fletchtech 0 Report post Posted June 23, 2011 Hi Simon, How did you get the background image for the footer ? I am trying : #footer { background-image:url(../../../images/grass_tagline.jpg); background-repeat:no-repeat; } but its not showing !! Any ideas ? Thanks Emma Share this post Link to post Share on other sites
sbunker 0 Report post Posted June 23, 2011 Hi Emma, I've used the following CSS: #footer { background: url(domain.com/wp-content/uploads/2011/06/FOOTER.png); That should sort it! Share this post Link to post Share on other sites