When using inspector I notice these differences.
On the old page the element is:
<div class=”entry-content”> == $0
<h2 class=”topheader” style=”text-align: center;”>
<span>Backhoe Services</span>
</h2>
On the new page it is:
<div class=”entry-content”>
<h2 class=”has-text-align-center”>Backhoe Services</h2> ==$0
Is this a result of me using the block editor where the old one had not?
Will there still be a way to accomplish the desired formatting in this case?
Thanks again folks