• when I organize my articles,I find that the blankspace(char) between two words are abnormal,cause it’s definitely longer than one blankspace.
    I use Kubrick theme.
    Hope to know about this.
    thanks.

Viewing 1 replies (of 1 total)
  • Look in the CSS

    .post {
    margin: 0 0 40px;
    text-align: justify;
    }

    change to

    .post {
    margin: 0 0 40px;
    text-align: left;
    }

Viewing 1 replies (of 1 total)

The topic ‘wordpress text problem’ is closed to new replies.