Editing spacing between bullet points

Hello,

I tried searching the archives but couldn’t get any of the answers to work for me.

On my site kitaratunnitturku.com I would like to get the spacing between the bullet points to be larger, since right now they are very densely packed together. What CSS could I use to adjust this?

Thank you!

Hello Jere,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.bullets li {
    padding-bottom: 10px;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you! This worked just as I wanted it :slight_smile:

You’re welcome!
We’re glad @Prasant were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.