• Resolved blogmama

    (@blogmama)


    I just switched my blog from wordpress to a new hosting site. The posts are written with a left justfication by default and look fine when posted, but once it moves down from the latest post, the justication jumps to centered. Also, the titles end up as full justification making large spaces in between the words.

    I am techinically challenged, I will admit and I cannot for the life of me find the answer to this condundrum in my “WordPress for Dummies” book 🙂

    Blog is http://www.travelingmamas.com

    Thanks for any help that anyone can provide.

    (and if it looks okay to you for the moment, that is because I’ve gone in and manually updated the justification on the latest 20 posts so it doesn’t look as crappy.)

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to remove text-align: justify; from #content h2 and #content h3 in your theme’s style.css. You may also need to remove any other text-align: justify; you find.

    You also need to validate and fix your code. You have LOTS of code errors, mainly in your pasted text widget code. Errors like this can cause all sorts of odd display problems. Your theme uses XHTML, so do not use HTML 4 generated code in your text widget (there may be the option to choose one type of code or another).

    Thread Starter blogmama

    (@blogmama)

    Thanks. I’m new to all this and trying to figure it all out. I appreciate your help.

    Thread Starter blogmama

    (@blogmama)

    It helped already. Now I’ll validate and fix the code. It looks like I have my work cut out for me, with the 195 errors!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post title and body justification issues’ is closed to new replies.