Quote:
Originally Posted by jospalau
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.