Not sure why you didn't PM me the name of the book. Ah well!
To correct the side gaps:
Open the book in Sigil.
Click the folder Styles in the left panel to open it.
Right click 'page-template.xpgt'
Select 'Remove'
Why oh why do you want to justfy the text? It's bad for the eyes.
Anyway to get what you want:
Double click the css sheet: 'jaguarprincethe.css'
CTRL F for Find
Enter .para
You'll see a blank line:
.para {
display: block;
text-align: justify;
margin-top: 0%;
margin-bottom: 0%;
}
Type: text-align: justify;
as shown above.
Save the book.
Done.
Enjoy!
|