Title: bottom padding
Last modified: November 11, 2018

---

# bottom padding

 *  Resolved [gianni2010](https://wordpress.org/support/users/gianni2010/)
 * (@gianni2010)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/bottom-padding-3/)
 * Hi
 * I need to delete the default 100 px bottom padding to a div. The panel controls
   both top and bottom padding. Is it possible?
    thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbottom-padding-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [alexgso](https://wordpress.org/support/users/alexgso/)
 * (@alexgso)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/bottom-padding-3/#post-10870746)
 * Hi gianni2010,
 * This spacing is being added by your theme. You can override it by opening a row
   and heading over to the row styles sidebar. Set the **Top/Bottom Padding** to**
   0**.
 * Unfortunately, there isn’t a direct way to override this spacing without removing
   the ability to add row padding so you’ll need to apply the padding directly to
   the widget instead – really sorry about this.
 * Please add (and adjust) the following CSS to **WP Admin > Appearance > Custom
   CSS**:
 *     ```
       .panel-grid.panel-has-style>.panel-row-style {
       	padding-top: 0;
       	padding-bottom: 0;
       }
       ```
   
 * You might also need to install the [SiteOrigin CSS Editor](https://wordpress.org/plugins/so-css/).

Viewing 1 replies (of 1 total)

The topic ‘bottom padding’ is closed to new replies.

 * ![](https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869)
 * [Page Builder by SiteOrigin](https://wordpress.org/plugins/siteorigin-panels/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/siteorigin-panels/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/siteorigin-panels/)
 * [Active Topics](https://wordpress.org/support/plugin/siteorigin-panels/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/siteorigin-panels/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/siteorigin-panels/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [alexgso](https://wordpress.org/support/users/alexgso/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/bottom-padding-3/#post-10870746)
 * Status: resolved