The only method that might work is to go to the document stylesheet in Sigil's Styles directory and add this code to the very bottom of the stylesheet:
body {
margin-left: 1.5in;
margin-right: 1.5in;
}
Including the above code into the epub CSS should increase left and right margins to 1.5 inches. You can adjust this to your own preference.
Last edited by slowsmile; 01-16-2017 at 05:27 AM.
|