Your first image shows the indent as the CSS says. On the second page you lose the indent and get some paragraph spacing. Look at the text, in the editor, where the change happens. Where it is correct you will probably see paragraphs starting <p class="calibre27">....... -- but where it changes you may see simply <p>......., or some other style. Another possibility is some <div> starts to surround the text and change the styling. Use find and replace to get all the paragraphs the same...but look carefully at the rest of the text to make sure you don't clobber something else by accident.
If that is not the case, post the page code at the point of change so we can see it.
|