• Hi!
    Trying to touch up my custom Underscores-based theme @ https://dusk.our-cross.net. As you can see, I have successfully managed to edit the appearance of the entry header and footer (the ‘posted in’ and ‘posted on’ parts, sorry if my terminology is a little unspecific but I’m new) via CSS, but I was wondering if there was a way to put some space between the various parts, since the words are all attached to one another? Must I edit functions.php?

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.