Thread: L/R Margins
View Single Post
Old 05-07-2024, 04:31 AM   #7
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,915
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by pazos View Post
There's an styletweak *almost* for that in "style tweaks -> pages and margins -> horizontal margins -> ignore horizontal paragraph margins"

which is just

Code:
p, li { 
  margin-left: 0 !important;
  margin-right: 0 !important;
}
It should behave properly unless the rest of the book is coded by monkeys


As mergen3107 said you could also write your own styletweak.
if you add that CSS code, some offset text will not be offset any longer. So that's not a good idea. Then only real way to do it is t edit the CSS code for every eBook.
JSWolf is offline   Reply With Quote