View Single Post
Old 08-22-2014, 03:16 AM   #493
pblasi
Enthusiast
pblasi began at the beginning.
 
Posts: 49
Karma: 10
Join Date: Aug 2014
Device: Kobo Clara HD
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!
pblasi is offline   Reply With Quote