Bulleted list not working properly

Posted in: Newspaper
Post count: 25

Hello,

We encountered something strange while using a bulleted list in our theme.
For example we can look at an old post (all posts and or pages got the same issue)
https://www.racesport.nl/grande-premio-brembo-do-algarve-tijdschema-en-waar-te-volgen-op-tv/

You can see on this published post that the last line within each bulleted list is incorrect and is not showing a bullet.
In screenshot 1 you can see the published post.
In screenshot 2 you can see the visual view within the post
In screenshot 3 you can see the code within the post.

shot1
shot2
shot3

Thanks

Post count: 35449

Hi,
Please try this custom css:
body .tagdiv-type ul li:not(.blocks-gallery-item):last-child, body .tagdiv-type ol li:not(.blocks-gallery-item):last-child {
margin-bottom: 0;
list-style: disc;
margin-left: 21px;
}

Set the code in the theme panel > custom code > custom css and it should resolve the problem.
Let me know the results!

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