Quote:
Originally Posted by gargoyle67
What settings do you use in Calibre to get rid of the footer gap ?
|
I used the instructions on this blog
http://blog.the-ebook-reader.com/201...-wasted-space/
Specifically this bit
- After importing the ebooks into Calibre, select the ones you want to modify and choose “Convert books”.
- Make sure the output format is ePub.
- Click on the “Look & Feel” tab. Enter the following code into the Extra CSS box:
body {orphans: 0; widows: 0}
- You can check the box to remove spaces between paragraphs too.
- There’s also the option to remove existing CSS properties for fonts, margins, and padding under “Filter Style Information”.
- You can choose to set default line spacing to 0% and margins to 0 pt as well.