• Resolved ashley_c

    (@ashley_c)


    Is there a way to tighten the leading? The space in between the lines? Thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • @ashley_c thank you for your question.

    If I got it correctly, you’d add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    h1, h2, h3, h4, h5, h6 {
      margin-top: 5px;
      margin-bottom: 5px;
    }

    Maybe you’d provide some screenshots with annotations on it showing the location needing help with if the code doesn’t work for you.

    Regards,
    Kharis

    Thread Starter ashley_c

    (@ashley_c)

    This worked, but I’m also looking to tighten the font below the headers.

    but I’m also looking to tighten the font below the headers

    Try adding this code:

    .wp-block-columns {
      margin-bottom: 5px;
    }

    Hope that helps as well.

    Regards,
    Kharis

    Thread Starter ashley_c

    (@ashley_c)

    Thank you.

    I was able to adjust it by adding

    line-height: 22px;

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tighten Leading’ is closed to new replies.