This report in the KoboUtilities thread:
https://www.mobileread.com/forums/sho...&postcount=886 shows that there is a problem with the style-hacks.css included with the driver.
My view is that the style-hacks.css should contain nothing except the following:
Code:
div#book-columns, div#book-inner {
margin: 0 0 0 0;
padding: 0 0 0 0;
}
(!important count be added to the margins and padding properties, but it is probably not necessary except in some unusual cases, since the style-hacks.css is applied after the book's stylesheet.)
Everything else in the style-hacks.css is going to affect the book in ways the creator does not expect.