Hi, Tamie…
Loving the Kadence, but the paragraph spacing was making me nuts, too!
Googling found this “Additional CSS” tweak, (in the Customizer) and it works like a charm! (Cut and pasted from another thread in the WP Forum, for another theme.)
———————————
You can adjust the space between the paragraphs just by applying this small CSS code. Head to WP admin -> Appearance -> Customize. Here just look at the menu on the left side and find the Additional CSS section, access it, and paste this code inside and save changes.
.single-content p {
margin: 0 0 20px !important;
}
You can adjust the value of 20px to any other value you want to assing to the bottom margin of your paragraphs.
————————-