Background image in footer?

Support Area Forums Elite Background image in footer?

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://
  • Author
    Posts
  • #32005
    Karen Sykes
    Participant

    Hi Bill, is it possible to put a background image in the footer? Custom CSS? I have a great panoramic shot that will emphasize my location…

    thanks

    #32008
    Karen Sykes
    Participant

    Ha – I found instructions in another post and got the image uploaded. Now how to make the footer a little taller to accommodate a bit more of the image?

    #32010
    Bill Robbins
    Moderator

    Hi Karen,

    You can make the footer a bit taller. Here’s what I would suggest:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #footer {
      	padding-top: 80px;
      	padding-bottom: 80px;
      	background-size: cover;
      }
      
    3. Update your settings.

    That should make the footer taller and also set the background image so that it always fills the area available. Let me know if you have any trouble.

    Have a great day,
    Bill

    #32014
    Karen Sykes
    Participant

    Looks great! thanks Bill

    #32017
    Bill Robbins
    Moderator

    Fantastic 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Background image in footer?’ is closed to new replies.