View Single Post
Old 06-21-2023, 10:39 PM   #4
Datasophical
Junior Member
Datasophical began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jun 2023
Device: PDF on Mac Laptop
Thank you for responding! I found the main issue, apparently, parenthesis around links adds LOTs of extra space:
(<a href="https://code.visualstudio.com">https://code.visualstudio.com/</a>)

I will try taking out text-align: justify;

Also here's that stylesheet:
.chapter-content {
page-break-after: auto;
page-break-before: auto;
text-align: justify;
text-indent: 1.5em
}

Was using Mac "Books" app and kindle apps.


Many thanks!! This helps me a ton!

Quote:
Originally Posted by Karellen View Post
Nothing stands out as the culprit for extra spaces.
Try removing the text-align: justify;, do you still have extra spaces?
I don't see how you are using the .chapter-content attribute though, as it's not in your snippet. And is that snippet one of the lines with extra spacing?
What reader/app are you viewing it on that shows the extra spaces?

Maybe you can post the book? Scramble it if it is in copyright.

Last edited by issybird; 06-22-2023 at 09:40 AM. Reason: Spam edited out.
Datasophical is offline   Reply With Quote