• Resolved emilyfabulous

    (@emilyfabulous)


    Hello!
    I would love to increase the space between lines in my blog posts. Can you help me with that?

    TIA

    Emily

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Emily,

    Thanks for asking. ??

    Just access the WP admin -> Appearance -> Customize. Then access the Additional CSS field at the left side and paste this code inside:

    .entry-summary, .single-content {
        font-size: 22px;
        line-height: 30px !important;
    }

    Please note that you can adjust the line-height value to larger than 30px, however, I inspected the paragraphs on your site and it seems like a proper value.

    All the best. ??

    Thread Starter emilyfabulous

    (@emilyfabulous)

    Thank you, that was so easy and worked perfectly!

    Hi,

    I’m glad to hear that. ??

    Regards,
    Davor

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase line spacing in paragraphs’ is closed to new replies.