View Single Post
Old 01-19-2025, 02:10 PM   #3
ryder
Member
ryder began at the beginning.
 
Posts: 23
Karma: 10
Join Date: May 2024
Device: Clara 2E
Quote:
Originally Posted by Karellen View Post
I don't think you need the !important.

For the standard paragraph, I use...
p {
display: block;
margin-top: 0;
margin-bottom: 0;
text-indent: 1em;
}


Then, for those paragraphs that don't use an indent I use...
.noindent {
text-indent: 0;
}


Also, you need to check the css for the <body> tag in case it needs tweaking.

Great that it is slowly coming together for you. What ereader are you using?

And if it helps, here is my css in full which I adjust as needed on a per-book basis. Might give you some pointers...
https://paste.kodi.tv/rovohaxatu

Thank you. I will try that. I am using a clara 2e. The last reader was a sony prs-t3. It handled my ebooks much better. Don't know why Kobo is so lazy with formatting and such. Are you editing from paragraph to paragraph or just via the conversion tool?
ryder is offline   Reply With Quote