Viewing 4 replies - 1 through 4 (of 4 total)
  • Underscore is a starter theme everything is left to you to style. You have some options about the fonts. If you want to spacing them out you can use the css attribute :

    letter-spacing:.03em;

    You would have to adjust the values to your liking. If you want to adjust the line height you could use:

    line-height:1.5em;
    again adjusting the height to what you like.

    Thread Starter juuhachigo

    (@juuhachigo)

    Oh, thanks – but wasn’t letter-spacing supposed to space the letters? Didn’t know it could put space between words? Sorry for the stupid question but I haven’t used HTML in a very long time and started again just recently!

    sorry I thought you wanted to space the letters out. There an word-space attribute you can use.

    word-spacing: 3px;

    Thread Starter juuhachigo

    (@juuhachigo)

    YOU’RE MY FAVOURITE PERSON EVER XDDDDDDDDDDDDD

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘how to edit entry meta?’ is closed to new replies.