View Single Post
Old 06-09-2010, 06:22 AM   #4
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by Khai View Post
Is there any way to make the second ePub the same as the first ePub?

Pardon the poor description of my problem, I don't know how else to describe it >_<
Trying adding this to your Preferences - Conversion - Look & Feel - Extra CSS area when converting a file.

body {
margin-top: 0px;
margin-right: 5%;
margin-bottom: 0px;
margin-left: 5%;
}

If it works you can adjust the % to suit you.

If that doesn't work you could open up the first ePub in Sigil and see how it specifies the left and right margin. Then open up the second ePub and see if you can make one resemble the other.

If the above doesn't work you could Google "CSS margins" and see how else you can attack this need.

Last edited by DoctorOhh; 06-09-2010 at 06:26 AM.
DoctorOhh is offline   Reply With Quote