@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
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
Thank you.
I was able to adjust it by adding
line-height: 22px;