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
April 9, 2019 at 12:25 am
#286092
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.