Title: Widget Spacing
Last modified: September 25, 2020

---

# Widget Spacing

 *  [weffology](https://wordpress.org/support/users/weffology/)
 * (@weffology)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/widget-spacing-6/)
 * I’m doing a small “facelift” on a client site. They wanted to update and use 
   the Astrid theme. Since Astrid doesn’t have a widget for a contact form, I’m 
   using the one that was already there. Now there’s a ton of extra space on the
   top and bottom of the SiteOrigin contact form. How can I remove so it doesn’t
   look like a floating contact form above the page?

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

 *  [arhakim](https://wordpress.org/support/users/arhakim/)
 * (@arhakim)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/widget-spacing-6/#post-13456245)
 * Hi, can you share your site URL here? I need to check it to resolve the issue.
 * Best.
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/widget-spacing-6/#post-13456618)
 * Hello there,
 * Try adding this CSS code to **Appearance > Customize > Additional CSS** from 
   dashboard.
 *     ```
       .widget.widget_sow-contact-form {
         margin-top: 0 !important;
         margin-bottom: 0 !important;
       }
       ```
   
 * If this doesn’t help, please share a link to your page, so I can get the exact
   selector and code to suggest.
 * Regards,
    Kharis

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

The topic ‘Widget Spacing’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/widget-spacing-6/#post-13456618)
 * Status: not resolved