View Single Post
Old 10-31-2025, 02:23 PM   #1
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: 685
Karma: 2905052
Join Date: Oct 2013
Device: Kindle Paperwhite 6
Revert to standard Kindle L and R margins

I used the below margin values from @JSWolf to reduce the left and right margins of my AZW3 ebooks in Calibre's CSS. I'd like to have the standard l/R margins back, so what values should I enter into CSS to achieve that?

html {
margin-right: -47px;
margin-left: -47px;
break-inside: avoid !important;
}
Waylander is offline   Reply With Quote