Thread: Firmware Update New Kindle software update: 5.18.5
View Single Post
Old 09-24-2025, 11:07 AM   #41
Waylander
Guru
Waylander ought to be getting tired of karma fortunes by now.Waylander ought to be getting tired of karma fortunes by now.Waylander ought to be getting tired of karma fortunes by now.Waylander ought to be getting tired of karma fortunes by now.Waylander ought to be getting tired of karma fortunes by now.Waylander ought to be getting tired of karma fortunes by now.Waylander ought to be getting tired of karma fortunes by now.Waylander ought to be getting tired of karma fortunes by now.Waylander ought to be getting tired of karma fortunes by now.Waylander ought to be getting tired of karma fortunes by now.Waylander ought to be getting tired of karma fortunes by now.
 
Posts: 671
Karma: 2905052
Join Date: Oct 2013
Device: Kindle Paperwhite 5 16GB, Kindle Paperwhite 6, Kobo Clara,
Quote:
Originally Posted by JSWolf View Post
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;
}
I'd like to try this on my PW6. Would it work on that?
Waylander is offline   Reply With Quote