You need to check what kind styling is being applied to the class "s6".
Quote:
and in the saved ePub file when viewed in Kindle Previewer.
|
Kindle Previewer doesn't view/read ePubs. It
converts them into a Kindlebook. At which point it's no longer in the Sigil/ePub Realm.
You need to see what the epub looks like in an
epub reading app such as ADE (or on a device that reads epubs), and get it looking the way you want it to look before you even
start thinking about what happens to it after it's converted to a Kindlebook.
Also look for any:
or
Code:
white-space: pre-wrap;
in the style sheet (or any inline styles) that may being applied to something, and get rid of it. I seem to recall something about an i(something) app that included that attribute for some silly reason. That will certainly produce results similar to what you're describing.