Jump to content
Sign in to follow this  
sbunker

Adjust the height of the footer

Recommended Posts

sbunker

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
johnhell

Hello, How did you manage to adjust the height ? Regards.

Share this post


Link to post
Share on other sites
sbunker

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×