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?