View Single Post
Old 12-21-2021, 03:32 PM   #2046
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,471
Karma: 169115146
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by fluffier View Post
Please find attached a photo I took with justification left chosen, however space between words is not always the same.

https://drive.google.com/file/d/1uU5...ew?usp=sharing

I would like to know how to add text align: left to the body of CSS if it can be easily explained by writting, maybe it is not.
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.
Attached Thumbnails
Click image for larger version

Name:	test-align_justify.png
Views:	279
Size:	12.0 KB
ID:	190951   Click image for larger version

Name:	kobo justification2.jpg
Views:	343
Size:	956.4 KB
ID:	190952  
DNSB is offline   Reply With Quote