How to add a footer with mirror them

  • Unknown's avatar

    I want to add a picture as footer and i will like to see that picture to stretch over the whole footer

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, not having seen the image you wish to use, this is very generic and may need additional adjustments and/or changes in order to work.

    footer#footer {
        background: url('URL_OF_IMAGE') no-repeat scroll 0 0 transparent;
        background-size: cover;
    }

    Replace URL_OF_IMAGE between the quote marks with the URL of the footer image you upload to your media library.

  • The topic ‘How to add a footer with mirror them’ is closed to new replies.