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.

Spacing in body on all pages

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

How can I decrease the spacing in the body of my site? There is way too much space under heading tags as well as throughout the body text in general. I’ve tried various things to no avail. It is very evident on the CONTACT page…

Thanks in advance for your help!

URL: http://www.thresholdcommunications.com/wordpress/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 8 months ago

    Hi Natacha

    Perhaps give our new Custom CSS plugin a try for this. It has a visual editor that makes locating the rules you need to change pretty easy:

    Page: SiteOrigin CSS Editor

    Alternatively, go to Appearance > Custom CSS and insert the following – adjust as required:

    /* Page/Post Titles */
    article.post .entry-header, article.page .entry-header {
      margin-bottom: 20px;
    }
    /* Heading Tags */
    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
      margin: 1em 0;
    }
    /* Paragraphs Etc. */
    .entry-content p, .entry-content > ul, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
      margin: 1em 0;
    }

    Hope that helps.

    (The spacing after For a quote on any of our services… on your contact page is caused by a series of empty paragraph and break tags following that paragraph).

  2. Natacha 10 years, 8 months ago

    Thanks Andrew. I downloaded, installed and activated the Custom CSS plugin but now where do I go to utilize it? I don’t see it showing up in my left panel. Thanks!

  3. Andrew Misplon Staff 10 years, 8 months ago

    Appearance > Custom CSS to get started. Our docs can be found here:
    Page: Getting Started

  4. Natacha 10 years, 8 months ago

    You are a savior! I never clicked on the eyeball icon in Custom CSS editor. That was my problem! Thanks so much.

  5. Andrew Misplon Staff 10 years, 8 months ago

    Super :) Glad to hear that helped. All the best.

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