• Resolved schememag

    (@schememag)


    Hi,
    All the text content in my excerpts on my homepage have random spacing. Could someone please help me make the spacing normal? Here is the link
    https://schememagazine.com/

    i will supply code if needed, i can’t code myself.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • style.css

    .entry-content {
        color: #444444;
        font: 1.3em/1.8em Helvetica,Arial,sans-serif;
        text-align: justify;
    }

    Remove text-align: justify;.

    in style.css, find:

    .entry-content{font:1.3em/1.8em Helvetica,Arial,sans-serif; text-align:justify; color:#444; margin:auto}

    remove:
    text-align:justify;

    Thread Starter schememag

    (@schememag)

    thanks guys!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Excerpt line spacing – please help’ is closed to new replies.