• Resolved wpf4n

    (@wpf4n)


    For some reason it’s only one of my posts giving me this problem, the others seem to be fine and I look at the HTML inside the post to see if there was anything suspicious but there’s not.

    http://i36.tinypic.com/2dvlyj5.jpg

    ^ As you can see there is an abnormal spacing between those words. I tried changing the indent and some of the margins via CSS but it didn’t fix the problem. In other words instead of “the<space>cat” it shows it as “the<space><space>cat” but in reality there is no extra space there it just appears like this. I looked in both Firefox and IE and same issue.

    As a reminder I’m using the WP default theme, Kubrick. I did a search on the forum and couldn’t find a proper thread that addressed my problem so sorry if it’s been answered before.

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • the picture doesn’t tell much, it could either be justify,letter-spacing or probably a “nbsp”., do u have any links to the post.

    Thread Starter wpf4n

    (@wpf4n)

    The following tweak will change the text alignment for all your posts.

    find in your theme’s stylesheet (Admin > Design > Theme Editor > Stylesheet)

    .post{text-align:justify}

    replace it with

    .post{text-align:left}

    if you want to change few paragraph only you can use inline style, like so

    <p style="text-align:left">Lorem ipsum dolor sit amet

    Thread Starter wpf4n

    (@wpf4n)

    Thanks a lot, I’m still rather new to CSS so sometimes overlook these small things.

    BTW nice blog.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Default theme – word spacing’ is closed to new replies.