Title: Padding Bottom Checkboxes
Last modified: July 14, 2021

---

# Padding Bottom Checkboxes

 *  Resolved [rankosua](https://wordpress.org/support/users/rankosua/)
 * (@rankosua)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/padding-bottom-checkboxes/)
 * Hello, I really hope that someone can help me. I use gray checkboxes on my website.
   For these checkboxes I set a padding of 15 px. Unfortunately the padding bottom
   is too big.
 * I think the reason for this is the following css code:
 *     ```
       p {
           margin: 0 0 24px;
       }
       ```
   
 * Can someone tell me how to fix this? Thanks in advance!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpadding-bottom-checkboxes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/padding-bottom-checkboxes/#post-14659425)
 * Hi, thanks for reaching out.
 * The paragraph styling is originating from your theme. You could try using a Custom
   HTML Widget instead of a Text Widget. Alternatively, edit the Text Widget, open
   Attributes, add a widget class like:
 * `custom-p-spacing`
 * Then in Custom CSS:
 * `.custom-p-spacing p { margin-bottom: 10px; }`
 * The above is untested.
 * If you’re using [SiteOrigin CSS](https://wordpress.org/plugins/so-css) you can
   add the above rule at Appearance > Custom CSS.
 *  Thread Starter [rankosua](https://wordpress.org/support/users/rankosua/)
 * (@rankosua)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/padding-bottom-checkboxes/#post-14660546)
 * Hello Andrew,
 * thank you very much for the quick help!
 * Unfortunately the code doesn’t work because it also changes the other paragraphs
   in the checkboxes. But I found another solution:
 *     ```
       p:last-child {
           margin-bottom: 0;
       }
   
       .panel-grid {
           margin-bottom: 24px !important;
       }
       ```
   
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/padding-bottom-checkboxes/#post-14661995)
 * Super, glad to hear you’re making progress!
 * If any SiteOrigin queries or requests arise in the future, please, let us know
   via a new support thread.
 * Cheers for now 🙂

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

The topic ‘Padding Bottom Checkboxes’ 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/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/padding-bottom-checkboxes/#post-14661995)
 * Status: resolved