You can try this. Put it in a text file saved as spacing.css.
- Change the style name BODY to whatever your base, body style name is. If you have spaces, replace them with hyphens (BODY-main, etc.)
- Change line-height to other values (1 is default, tweak in small steps).
- Change margin-bottom to other values from 0 to maybe 30.
p.BODY {
line-height:1.1em;
margin-bottom:10px;
}
Add spacing.css to the "additional CSS" list for your export.
Experiment to see if this has any effect on your body and paragraph spacing. It changes paragraph spacing but not body spacing in Kindle Previewer, and both in Thorium Reader, but other EPUB readers might handle it differently.
—