Hello @stevetheadi,
Thanks for posting in!
The line height were affected with your font-size: 14px; inline element css in the headings. You will need to edit each of your page/post and make sure that there is no <span style="font-size: 14pt;"></span> in each of your headings. Instead of having this at the moment:
<h3><span id="Choose_the_right_driving_instructor"><span style="font-family: tahoma, arial, helvetica, sans-serif; "><strong><span style="/* font-size: 14pt;">Choose the right driving instructor</span></strong></span></span></h3>
You must only have this heading code:
<h3><span id="Choose_the_right_driving_instructor"><span style="font-family: tahoma, arial, helvetica, sans-serif; "><strong>Choose the right driving instructor</strong></span></span></h3>
We would love to know if this has worked for you. Thank you.