Quote:
Originally Posted by tshering
If you set Justification to OFF in the font menu, the device honors the alignment settings of the kepub, at least for text (I never tried with pictures). Or has this changed with 2.5.1?
Maybe it would be helpful if you use a book for demonstration that you can upload..
|
All settings are default for both kepub and epub (no manual changes have been made). The pictures are taken from an
original kepub and epub downloaded from Kobo.
The original text alignment is justification. Justification is OFF.
As far as I know centered text never worked properly in kepubs. It is not an issue that suddenly popped up in 2.5.x.
In user generated kepubs (renaming epub to kepub.epub) you can fix this bug by adding two text-alignment settings to "reset" or "force" text-alignment.
Code:
body {
margin:0;
text-align:right; /* force change or reset of text-alignment*/
font-family:serif;
…
text-align:justify; /* the preferred default text-alignment */
}