Home>Support>Removing extra white space before contact form

Removing extra white space before contact form

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

I need some guidance or CSS code to remove the extra white space above the Contact Form. Can someone help me with that?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi TwoRedChairs,

    Do you have a public URL where we can take a look at what’s going on? We don’t directly add any spacing so it’s quite odd you have a large amount of spacing before the contact form.

  2. 8 years, 3 months ago TwoRedChairs

    Thanks for getting back to me on this.

    Here is the URL for the page in question… http://tworedchairs.ca/getting-started-with-two-red-chairs/

    I can't seem to remove the gap between the body copy at the top and the form.

  3. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi TwoRedChairs,

    Okay so this spacing is being added by your theme. To remove this spacing you’ll need to use some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .page-id-1252 #content {
    	padding-bottom: 0;
    }
    
    .page-id-1252 #featured-bottom-group {
    	padding-top: 0;
    }
    

    How does that look?

    You might also need to install the SiteOrigin CSS Editor.

  4. 8 years, 3 months ago TwoRedChairs

    Solved the problem! Thank you SO much for your help.

    I do have your CSS Editor installed – and it's a fabulous plug-in.

    Thrilled with my new page.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More