View Single Post
Old 08-06-2022, 05:59 AM   #1
bewuwy
Junior Member
bewuwy began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2022
Device: Kindle
@page margin resets when converting book [epub -> AZW3]

I have an epub book with a following style.css

Code:
@page {
margin: 0;
}
body {
display: block;
margin: 0;
padding: 0;
}
When I convert it to AZW3 the @page margins resets, resulting in a follwoing 0002.css

Code:
@page {
    margin-bottom: 5pt;
    margin-top: 5pt
    }
I have tried to combat this issue using transform styles and extra css in convert options, but it changed nothing.

I was wondering if this behaviour could be changed by some setting, or a plugin?
bewuwy is offline   Reply With Quote