Quote:
Originally Posted by DNSB
I hate to burst your bubble but that image shows a page that is fully justified as you may notice the left and right edges of the text are aligned. Left justified text is not also called ragged right for no reason.
One item to note is that Kobo's renderers do not override the builtin CSS. If the CSS stylesheet says to justify text, the Justifiction selector will not override that.
The easy way (for me) to fix this is to open the epub with Sigil, and search/replace text-align: justify; in all CSS files. Note that since quite a few epub creators will have their own ideas on how to layout entries in the stylesheets, I first open a CSS file, right click and select Reformat CSS => multiple lines per style.
|
Well, that did the trick all right!!!

Thank you so much for explaining how to do it
So now my request for a patch would be to be able to make any book left justified without the need to use sigil, but I guess that if it has not been done already is because it is not possible, am I right? I hope not.