Hi,
I have and issue with text-alignment of subtitles in a book which should be centered, but after converting ebup-to-epub with Calibre (to remove fonts, margins, etc.) these subtitles appear to the left in Coolreader. (in Calibre's viewer and Kobo stock reader they are centered as they should be). CSS seems ok, so I don't understand why Coolreader does not center these lines:
Quote:
.apple {
font-size: 2em
}
.salto1 {
display: block;
text-align: center;
text-indent: 0
}
|
Then in the book...
Quote:
<p class="salto1"><code class="apple">subtitle that appears to the left, not centered</code></p>
|
I don't understand why...
Thanks for any help!