• Resolved silentkv

    (@silentkv)


    Hi does anyone know why sometimes I get spaced apart words in my post? It’s not all times and sometimes it’s in the titles and/or body. my blog is “www.kennyvelez.com/blog”.

    By the way, if I upgrade to 2.0 will it keep all the mods I’ve done to the template?

Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks like it might be a

    text-align: justified;

    issue in your stylesheet. Possibly in a class that would deal with ‘entries’ or ‘content’.

    Oops – serves me right for posting at 4 am.

    The correct term should be ‘justify’ not ‘justified’.

    Try replacing:

    .post {
    padding: 10px 10px 10px 10px;
    margin: 0 0 40px;
    text-align: justify;
    border: 2px solid #000;
    }

    with this:

    .post {
    padding: 10px 10px 10px 10px;
    margin: 0 0 40px;
    text-align: left;
    border: 2px solid #000;
    }

    Kat, the Twat

    Thread Starter silentkv

    (@silentkv)

    Thank you very much Kat the Twat.

    My pleasure!
    If this resolved the issue I’d suggest changing the status of the thread to resolved 🙂
    Kat, the Twat

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘words spaced apart in post’ is closed to new replies.