![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Lurked around a little but haven't found anything to help me, so I hope someone here will be kind enough to lend a hand!
I'd like to slightly increase the letter spacing in my entries. I've found this, but it's probably missing something, as simply pasting it into the custom CSS field doesn't do anything (I should probably mention that it's not empty).
I'd like to slightly increase the letter spacing in my entries. I've found this, but it's probably missing something, as simply pasting it into the custom CSS field doesn't do anything (I should probably mention that it's not empty).
Tags:
no subject
Date: 2017-12-16 06:26 pm (UTC)You need that in order for it to work with your entries.
no subject
Date: 2017-12-17 04:12 pm (UTC)no subject
Date: 2017-12-21 01:04 am (UTC).comments {
letter-spacing: 0.5px;
}
no subject
Date: 2018-03-02 05:40 am (UTC)letter-spacing: 0.5px;
}
Sorry, haven't been around here in months (actually maybe a year or more) - you've probably figured it out by now. :)
no subject
Date: 2018-05-03 04:09 pm (UTC)And don't worry, after I posted this, I dropped off of DW as well! :P
no subject
Date: 2018-05-05 02:48 am (UTC)no subject
Date: 2017-12-16 06:34 pm (UTC)If you just want the text in the entries to be spread out then I think this would do (5px is just for example purposes):
.entry-content {letter-spacing: 5px;}
If that doesn't work try adding !important in there:
.entry-content {letter-spacing: 5px !important;}
no subject
Date: 2017-12-17 04:17 pm (UTC)Replacing "h1" with ".entry", as suggested, worked though!