Quote:
Originally Posted by JSWolf
What I do is set a -45px L/R margins in html in CSS and it works. It even works on the PW5. The page break is to fix a bug from back when. No idea if it's still needed. But as it causes no problem, it's staying.
Code:
html {
margin-right: -47px;
margin-left: -47px;
break-inside: avoid !important;
}
|
Yes, I've done that on occasion. A % rather than -47px works not badly for all Kindles (I forget how much). But that is broken!
I am not going to edit every ebook for Kindle and put essentially stupid CSS to fix Amazon's stubborn stupidity in wasting the width of the expensive eink screen.
What on earth are they thinking of to make Kindles so "broken"?