Hi there,
When two headings are in separated lines the space between them is very small compared to the separation between normal paragraphs. Is this a setting from ENFOLD or did I change it?
Links with examples by private
Thanks!!
Hey worldfuturecouncil,
Sorry for the delayed response.
That’s the default spacing for the headings. To increase it, you can add the following CSS code:
h3 {
line-height: 2.1em !important;
}
Adjust the height as you desire.
Best regards,
Jordan Powell