Quote:
Originally Posted by JSWolf
What I have done is convert ePub > AZW3 and then in the Book editor, I replace all left and right margin of 0 to -30px and it works.
|
I was doing something similar, but based on JimmyR's suggestion above, I just add html { margin-left: -30px; margin-right: -30px; } to the CSS in the azw3, and the margins are reduced on the kindle. The various paragraph classes that calibre sets don't seem to override the html margin.