This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

4
  1. Alex S Staff 8 years, 10 months ago

    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. TwoRedChairs 8 years, 10 months ago

    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. Alex S Staff 8 years, 10 months ago

    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. TwoRedChairs 8 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread