Quote:
Originally Posted by Khai
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.