Comments Sushi_For_2 started the conversationDecember 28, 2019 at 9:49pmHello and Happy Holiday,I am looking to increase the spacing between the Headers and Paragraphs and also the text WITHIN the paragraphs. Any solutions and help would be amazing as I did not see any built in settings. Thank you advance!Daniel 2,700PenciDesign repliedDecember 29, 2019 at 3:35amHi,You can add more this code to Customize > Custom CSS to do that: .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr, .wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6, .wpb_text_column hr{ margin-bottom: 30px; } .widget ul li, .post-entry, p, .post-entry p{ line-height: 2.0; } Change values 30 and 2.0 to values as you want.Example: 40 or 1.9Best Regards,PenciDesign1 Like Sign in to reply ...
Hello and Happy Holiday,
I am looking to increase the spacing between the Headers and Paragraphs and also the text WITHIN the paragraphs. Any solutions and help would be amazing as I did not see any built in settings. Thank you advance!
Daniel
Hi,
You can add more this code to Customize > Custom CSS to do that:
Change values 30 and 2.0 to values as you want.
Example: 40 or 1.9
Best Regards,
PenciDesign