Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How do I vertically align custom bullets to the middle of the list content Reply To: How do I vertically align custom bullets to the middle of the list content

#286092
rnbutler87
Participant

Hi, I’ve figured it out! Specifying the width and height as the same px value had to be accompanied with a bit of padding to get the circle looking like a regular circle.

And then to get the number to site vertically and horizontally in the middle of that circle, the line-height needed adjusting. See here:

https://codepen.io/rnbutler87/pen/BEQKvP

Thank you again for your assistance.