Making all bullets single spaced sitewide

On pages like this:

How can I make all bullets sitewide single spaced instead of that space in between? There are several pages on the site like this.

Hi @spencey,

Thank you for reaching out to us. To remove the spaces between your list items globally, please add the following code in the Theme Options > CSS:

ul {
    margin: 0 !important;
}

I checked your page and it seems like you’ve built the pages using a third party plugin Elementor. Please note that we cannot provide support for third party plugins or scripts as our support policy states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

Thank you for your understanding.

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