View Single Post
Old 11-29-2022, 04:56 AM   #8
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,911
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by jospalau View Post
It works. The only thing is the alignment option is still greyed out for all the books which are justified and with hyphenation. It cannot be changed like in KOReader but I always can reconvert books individually.
You will need to edit the source eBook be is ePub or KF8 and remove all of the excess text-align: justify; lines in CSS. Just add one in the body CSS style. Then you should be able to override the alignment.

Also, add the following CSS code at the top of the CSS.
[code]html {
margin-right: -45px;
margin-left: -45px;
break-inside: avoid !important;
}[/quote]

This will lessen the excess left/right margins.
JSWolf is offline   Reply With Quote