reduce linespacing for bulleted lists in posts

Posted in: Newspaper
Post count: 52

Hi guys, I would need to reduce linespacing on my post bulleted lists.

I found an old guide about it
https://forum.tagdiv.com/topic/increase-indent-lists/

I went in Theme Panel >> Custom Code >> Custom CSS and put

.td-post-content ul li,
.td-page-content ul li,
.td-post-content ol li,
.td-page-content ol li {
margin-bottom: 10px;
}

(of course I tried with many different sizes)
but in practice nothing changes. Within my post the bulleted list does not change.
Where am i wrong? How do I change linespacing in my bulleted list (in posts, not pages)?
Thank you so much

Post count: 18283

Hello !

Please provide a link to your website in order to inspect.

Thank you !

Post count: 52

Hi! thank for you answer!
https://selfmadeweb.it/siteground-wordpress/

In this post you will see different bulleted lists. Just look at the first one, for example.
Thank you!

Post count: 18283

Hello !

You can use this css code: .tagdiv-type ul li:not(.blocks-gallery-item), .tagdiv-type ol li:not(.blocks-gallery-item) {
margin-bottom:0px;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.