Tagged: enfold, enfold theme, paragraph spacing
Hi,
Just wondering how to increase the paragraphs and also the font sizes in enflold.
The paragraphs are currently too close together.
Hi markpevans,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
p {
margin-bottom: .55em;
}
You can adjust the .55em up or down as needed as well as add/replace the margin-top in the same way if you would like.
Regards,
Devin
Totally worked! Thanks so much! :)