Title: Decrease padding in footers
Last modified: March 12, 2017

---

# Decrease padding in footers

 *  Resolved [vgonzales11](https://wordpress.org/support/users/vgonzales11/)
 * (@vgonzales11)
 * [9 years ago](https://wordpress.org/support/topic/decrease-padding-in-footers/)
 * How do I decrease the space (padding) between the title and the object added 
   in the footer widgets? As well as the space between the top and bottom border
   of the footer widgets?
 * Thanks!

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

 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [9 years ago](https://wordpress.org/support/topic/decrease-padding-in-footers/#post-8905111)
 * Hello again,
 * It’s a bit workaround because space is added with hr element but you can try 
   the following code:
 * margin bottom below title:
 *     ```
       .footer-widgets .widget-title {
         margin-bottom: 25px;
       }
       ```
   
 * top margin:
 *     ```
       .footer-widgets {
         margin-top: -10px;
       }
       ```
   
 * bottom margin:
 *     ```
       .footer-row-2 {
         margin-bottom: -30px;
       }
       ```
   
 * I hope it helps.
 * Best regard,
    Jarek Kale Support
 *  Thread Starter [vgonzales11](https://wordpress.org/support/users/vgonzales11/)
 * (@vgonzales11)
 * [9 years ago](https://wordpress.org/support/topic/decrease-padding-in-footers/#post-8905751)
 * That worked perfectly!!!
 * Huge thanks!!
 * Vanessa

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

The topic ‘Decrease padding in footers’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kale/2.8.2/screenshot.jpg)
 * Kale
 * [Support Threads](https://wordpress.org/support/theme/kale/)
 * [Active Topics](https://wordpress.org/support/theme/kale/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kale/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kale/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [vgonzales11](https://wordpress.org/support/users/vgonzales11/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/decrease-padding-in-footers/#post-8905751)
 * Status: resolved