why is my title text running into each other

  • Unknown's avatar

    The title of the post is running into the next post. What is going on? How do I fix it?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I guess you mean the word “tomorrow”. If so, this is happening because WP has a mania against ‘orphans’ (a single word as the last line of a paragraph), so they automatically turn the space between the last two words into a non-breaking space. Edit the post and paste this right before the last word of the title (minus the spaces):
    & # 8 2 0 1 ;
    This is the HTML entity for a thin breaking space (which will allow “ends” to jump next to “sale” where it should be). I had to add the spaces or you would see the result instead of the code.

  • The topic ‘why is my title text running into each other’ is closed to new replies.