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?