• Resolved knowaboa

    (@knowaboa)


    Text in Post has extra spaces btwn words. Please visit this link here to see what I mean:

    I’d love to know how to fix it so that the words have only 1 space in between. Thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Edit your theme’s stylesheet, find this section:

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

    Either change justify to left or comment out the entire line.

    Thread Starter knowaboa

    (@knowaboa)

    Thanks Handy Solo! I’m html illiterate, could you please demonstrate or show me how the code should look exactly. Thanks, Noah ??

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

    (@knowaboa)

    I think I did it by adding “left” after the word justify. Thanks Solo!

    Actually, you want to replace justify with left.

    And glad to help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text in Post has extra spaces btwn words, how to fix?’ is closed to new replies.