@Clio If you are using the Calibre editor...
Locate a 'misbehaving' paragraph: hold the control key down and click on 'Style= '
That should jump you to the CSS controlling that P
Text-align: is what you are looking for.
Note CSS classes can inherit from a outer block. So the alignment might be controlled by a surrounding <div> or even the <body>
|