• 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)
  • Hi, can you share your site URL here? I need to check it to resolve the issue.

    Best.

    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.