Title: Custom footer needed
Last modified: May 1, 2020

---

# Custom footer needed

 *  [clive57](https://wordpress.org/support/users/clive57/)
 * (@clive57)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-footer-needed/)
 * I am trying to figure out how to add a small image centred on the page width 
   as a footer in penscratch 2. Also I don’t want two grey lines, just one (as is
   currently). Ideally I would like the image to sit either just below or above 
   the grey line. Is anybody able to help please?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-footer-needed%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [KokkieH](https://wordpress.org/support/users/kokkieh/)
 * (@kokkieh)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-footer-needed/#post-12764441)
 * Hi there,
 * It’s a bit of a hack, but you can use something like this:
 *     ```
       footer.site-footer:after {
         content: "";
         display: block;
         height: 200px;
         background-image: url(https://i.picsum.photos/id/1025/4951/3301.jpg);
         background-size: contain;
         background-repeat: no-repeat;
         background-position: center;
         margin-top: 20px;
       }
       ```
   
 * Replace the image URL with the image you want. Adjust the height value to control
   how big the image will be. And adjust the margin value to control the distance
   between the footer line and the image.
 *  Thread Starter [clive57](https://wordpress.org/support/users/clive57/)
 * (@clive57)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-footer-needed/#post-12764531)
 * That’s great, many thanks, I’ll give it ago.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom footer needed’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/penscratch/1.0.4/screenshot.png)
 * Penscratch
 * [Support Threads](https://wordpress.org/support/theme/penscratch/)
 * [Active Topics](https://wordpress.org/support/theme/penscratch/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/penscratch/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/penscratch/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [clive57](https://wordpress.org/support/users/clive57/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/custom-footer-needed/#post-12764531)
 * Status: not resolved