View Single Post
Old 12-07-2010, 07:46 AM   #80
kt1
Junior Member
kt1 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2010
Device: Kindle
This worked for all the epubs I've tried so far without the need to tweak or jump through any extra hoops:

In the calibre conversion preferences, under "Look & Feel", add the following to the "Extra CSS" box:

body, p, div, .calibre1, .calibre2, .calibre3, .calibre4, .calibre5, .calibre6, .calibre7 {
margin-left: 0;
margin-right: 0;
}

That should eliminate the left margin.

If you guys find that there are more tags or classes that commonly show up in your epubs that have "margin-left" set to something other than 0 , please let me know so we can add it to the list.

Hope this helps! I was relieved.
kt1 is offline   Reply With Quote