• Resolved car762

    (@car762)


    I’m trying to make the bottom margin of an h5 heading smaller (so the paragraph below is closer to the heading). Does anyone have advice for that? Using twenty-twenty theme. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can tweak the buttom margin in your h5 headings with custom CSS, using the code below:

    .entry-content h5 {
      margin-bottom:5px
    }

    To add this code, please head to My Site > Appearance > Customize > Additional CSS, paste it in a new line, under any existing code, and make sure you click on “Save Changes” to save it.

    You can of course replace the value of “5” in “5px” with any other number depending on your preference.

    I hope that helps!

    Thread Starter car762

    (@car762)

    Alvaro, that works great! Thank you

    That’s great to hear, @car762. I will mark this thread as resolved ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘h5 margin-bottom is too big’ is closed to new replies.