Title: Extra White Space / Padding
Last modified: January 14, 2018

---

# Extra White Space / Padding

 *  Resolved [Malone Consulting](https://wordpress.org/support/users/maloneconsulting/)
 * (@maloneconsulting)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/extra-white-space-padding/)
 * Hi,
 * Your template has been awesome, and I’d like to tighten up the extra white space
   between the sections on the home/landing page by reducing some padding. Can you
   please help with the CSS?
 * I’d like to reduce padding (set to zero, I presume) for:
    before and after slider
   section before and after service section before and after testimonials section
 * Many thanks in advance!
 * best,
    Dave
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fextra-white-space-padding%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/extra-white-space-padding/#post-9864624)
 * Hi [@maloneconsulting](https://wordpress.org/support/users/maloneconsulting/),
 * For this paste, the following css code in custom css filed
 *     ```
       #section {
          padding: 10px 0 10px !important;
       }
       ```
   
 * Change padding size according to you need.
 * Thanks
    -  This reply was modified 8 years, 2 months ago by [Imran Ali](https://wordpress.org/support/users/imranaliweb/).
 *  Thread Starter [Malone Consulting](https://wordpress.org/support/users/maloneconsulting/)
 * (@maloneconsulting)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/extra-white-space-padding/#post-9866625)
 * Thank you so much, Imran. Yet again, your code worked perfectly.
 * Because we removed the “more services” button with this code:
 *     ```
       .services_more_btn{min-height:0px;}
       .services_more_btn a{display:none;} 
       ```
   
 * Is there a way to tighten up the white space that now sits there where the “more
   services” button once was?
 * Thanks,
    Dave
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/extra-white-space-padding/#post-9867934)
 * Hi [@maloneconsulting](https://wordpress.org/support/users/maloneconsulting/),
 * For this paste, the following css code in custom css filed
 *     ```
       .btn-wrap {
          display:none !important;
       }
       ```
   
 * Thanks
 *  Thread Starter [Malone Consulting](https://wordpress.org/support/users/maloneconsulting/)
 * (@maloneconsulting)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/extra-white-space-padding/#post-9869996)
 * Hi, Imran,
 * Again. Presto! Thank you so much…
    best, Dave

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

The topic ‘Extra White Space / Padding’ is closed to new replies.

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

## Tags

 * [extra white space](https://wordpress.org/support/topic-tag/extra-white-space/)
 * [padding](https://wordpress.org/support/topic-tag/padding/)

 * 4 replies
 * 2 participants
 * Last reply from: [Malone Consulting](https://wordpress.org/support/users/maloneconsulting/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/extra-white-space-padding/#post-9869996)
 * Status: resolved