Hi JoeBikerul
The problem is css related. It looks like the text is left aligned and follows right after the H tags, you can try styling the content (p tag believe) by assigning the display:block; value or creating a float left... that or you can give the h tag the display:block; value or changing its width to 100% which should push the text "the" down...
I have noticed that kinda bug in a few modules but its a simple css fix.
Phil