View Single Post
Old 05-27-2023, 06:55 PM   #1362
pantheon
Junior Member
pantheon began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2023
Device: Kindle Oasis 10th Gen
Thank you very much for this great plugin. I like to use the following leading addition to EPUB stylesheets before KFX conversion, it widens margins to fit my Oasis screen to the edges without messing up centered paragraph headings and stuff:

Code:
html{
margin-left: -45px;
margin-right: -45px;
break-inside: avoid !important;
}
The downside is that page flip preview thumbnails are expecting the narrower default margins, so my "extra" text gets cut off at the edges in the previews, if that makes sense. Is there any way to work around that and keep the custom margins?
pantheon is offline   Reply With Quote