View Single Post
Old 02-02-2022, 04:04 AM   #1
economix
Member
economix began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Aug 2009
Location: Australia
Device: Sony PRS-505; PRS-300; Kindle 3
Conversion changes margins in ebook

I have noticed that when converting using calibre it will sometimes change the margin settings e.g. the input will have the following:

.quote {
display: block;
margin: 1em 2em;
}

And the output will be changed to:

.quote {
display: block;
margin-bottom: 1em;
margin-top: 1em
}

I get this when converting from html (zip) to azw3 and when converting the azw3 to epub.

Is there anything I can be doing to preserve the margins?

Last edited by economix; 02-02-2022 at 04:19 AM.
economix is offline   Reply With Quote