Viewing 1 replies (of 1 total)
  • Hello

    Assuming the text you wanted to increase the word spacing is in a paragraph tag you could add the following to your css file:

    p {word-spacing: 10px;}

    If it is an h1 or some other tag just change the selector.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I put a larger space in-between text?’ is closed to new replies.