bkeeler77
Member
Posted 9 months ago #
Hello all. The previous forum post on this didn't help me, so pardon sending another one. I'm having this weird error where every post or page I have, the first two lines are indented.
An example can be found here: http://www.raisingboysteachingboys.com/privacy-policy/
Let me know if I need to include more info to get proper help. Thanks all...
Ben
aphill70
Member
Posted 9 months ago #
You have a div that is floated left that contains an iframe and script tag. both appear to be empty however they are what are causing your text to be indented...
you will probably have to dig into your theme to find where it is coming from.
if you inspect the source of your page provided above it is just inside the format_text div
ninjagowoo
Member
Posted 9 months ago #
It looks like you have some sort of twitter feature (tweetcount) that is supposed to occupy that space. Try disabling any twitter-related plugins and see if that helps. If that doesn't help - it is probably hard coded into your themes loop file(s).
bkeeler77
Member
Posted 9 months ago #
Wow, thank you so much to both of you for such quick responses. Yes, I disabled the Twitter plugin and the problem is solved! Yes!