Archived topic
Space between list entries
9 replies · Started by Marius on January 16, 2021
Hello,
how can i increase the space between the entries in the numbered list?
I find lists without enough space hard to read.
Or is this little space normal for lists?
Hi there,
try this CSS:
.entry-content ol li {
margin-bottom: 0.5em;
}
Hi David,
thanks, that works.
But which version is normal?
With or without your css?
But which version is normal?
There isn't an answer to this question - it's just personal preference :)
ok, i thought there were some guidelines or best practices with that.
There aren't any guidelines for website appearances at all :)
Hello,
how can I extend this css to unnumbered lists?
Try editing the CSS to this:
.entry-content li {
margin-bottom: 0.5em;
}
Thanks, that works.
No problem :)