If you use calibre you could try putting negative margins in the Extra CSS box under Styling, this is the example I use for my Oasis when converting to AZW3, you wont need them as big I wouldnt think so trial and error.
html {
margin-right: -60px;
margin-left: -60px;
}
|