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

3
  1. mirkomontecchiani 10 years, 8 months ago

    I becomed almost crazy in order to reduce white space between head and excerpt (class=”entry-summary”).
    Can you help me?

  2. Magus Staff 10 years, 8 months ago

    Hi Mirkomontecchiani

    To reduce the space between the title and the excerpt please add the following to Appearance->Custom CSS

    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        margin: 0.2em 0;
    }
    .entry-header {
        margin-bottom: 10px !important;
    }
    article.post, article.page {
        margin-bottom: 0px;
    }

    Let us know how you get on

    Magus

  3. mirkomontecchiani 10 years, 8 months ago

    Work fine!
    Thanks!

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