Title: Reduce Spacing/Padding?
Last modified: August 22, 2016

---

# Reduce Spacing/Padding?

 *  [mas0n](https://wordpress.org/support/users/mas0n/)
 * (@mas0n)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/reduce-spacingpadding/)
 * Hello,
 * I’m just wondering if anyone could help with the CSS to remove/reduce some of
   the spacing. My launchpad page is bit longer than I wanted it. Any help would
   be much appreciated.
 * Many thanks
 * [https://wordpress.org/plugins/launchpad-by-obox/](https://wordpress.org/plugins/launchpad-by-obox/)

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

 *  [Christi Nickerson](https://wordpress.org/support/users/christini/)
 * (@christini)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/reduce-spacingpadding/#post-5671657)
 * Hi mas0n,
 * We would need a link to your site to help you with your page.
 * Thanks!
 * Christi
 *  Thread Starter [mas0n](https://wordpress.org/support/users/mas0n/)
 * (@mas0n)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/reduce-spacingpadding/#post-5671660)
 * Doh, it’s machineelves.co.uk
 * Thanks
 *  [Christi Nickerson](https://wordpress.org/support/users/christini/)
 * (@christini)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/reduce-spacingpadding/#post-5671687)
 * Hi mas0n,
 * Thanks for the link to your site. Since you didn’t specify which areas you wanted
   to reduce the spacing for, I’ll use my best judgement. You can enter your custom
   CSS in your Launchpad settings area.
 * Reduce the padding at the top and bottom of the page:
 *     ```
       body {
       	padding: 30px 60px;
       }
       ```
   
 * Reduce the space between your tagline (just below your logo) and the subscribe
   box:
 *     ```
       #header-container {
       	margin-bottom: 20px;
       }
       ```
   
 * Reduce the space between your social icons and the copyright line below:
 *     ```
       #content-container, .social {
       	margin-bottom: 20px;
       }
       ```
   
 * Reduce the space between the subscribe box and the border below it:
 *     ```
       .subscribe-form {
       	margin-bottom: 20px;
       }
       ```
   
 * Reduce the space between the timer and the borders above and below it, and reduce
   the space between the bottom border and the social icons:
 *     ```
       .timer {
       	padding: 20px 0;
       	margin-bottom: 20px;
       }
       ```
   
 * If you want to decrease the spacing in any of those areas a bit more, you can
   decrease the pixel value given. Let me know if there’s anything I missed that
   you want to change.
 * Hope this helps!
 * Christi

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

The topic ‘Reduce Spacing/Padding?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/launchpad-by-obox_696fa0.svg)
 * [Launchpad - Coming Soon & Maintenance Mode Plugin](https://wordpress.org/plugins/launchpad-by-obox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/launchpad-by-obox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/launchpad-by-obox/)
 * [Active Topics](https://wordpress.org/support/plugin/launchpad-by-obox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/launchpad-by-obox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/launchpad-by-obox/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [OBOX](https://wordpress.org/support/topic-tag/obox/)

 * 3 replies
 * 2 participants
 * Last reply from: [Christi Nickerson](https://wordpress.org/support/users/christini/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/reduce-spacingpadding/#post-5671687)
 * Status: not resolved