Converted book from InDesign CS2014 to ePub and cleaned some things up in Sigil. When I view the book in Sigil or Calibre or iBooks everything looks fine. However, when viewing in the Kindle Previewer the second line of the book's title is pushing the e in the word Trouble to the next line. (see attached screenshot).
Not good with CSS but this is the code I see for the title page. Any suggestions how to may prevent this from happening? Client wants a Kindle edition to be published through KDP.
<body id="Teen_Trouble_eBook">
<div id="_idContainer000" class="_idGenObjectStyleOverride-1">
<p class="SPECIAL-TEXT_Title-Page">TEEN</p>
<p class="SPECIAL-TEXT_Title-page-line-2">TROUBLE</p>
<p class="SPECIAL-TEXT_Title-pg-subtitle"><span class="italic _idGenCharOverride-1">How This Mother Weathered the Storm</span></p>
<p class="SPECIAL-TEXT_Title-pg-author">Debbie Safran</p>
</div>
Jeff
Not good with CSS but this is the code I see for the title page. Any suggestions how to may prevent this from happening? Client wants a Kindle edition to be published through KDP.
<body id="Teen_Trouble_eBook">
<div id="_idContainer000" class="_idGenObjectStyleOverride-1">
<p class="SPECIAL-TEXT_Title-Page">TEEN</p>
<p class="SPECIAL-TEXT_Title-page-line-2">TROUBLE</p>
<p class="SPECIAL-TEXT_Title-pg-subtitle"><span class="italic _idGenCharOverride-1">How This Mother Weathered the Storm</span></p>
<p class="SPECIAL-TEXT_Title-pg-author">Debbie Safran</p>
</div>
Jeff