View Single Post
Old 11-14-2018, 09:07 AM   #46
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,543
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Simply use something like the following for extra css:

Code:
p { margin-left: -10px !important }
and you should be fine. Or set a negative margin in the page layout section of the conversion dialog and use

Code:
body { margin-left: -10px !important }
kovidgoyal is offline   Reply With Quote