Archived topic
bullet points not displaying
1 reply · Started by Joseph on February 23, 2019
Viewing posts 1–2 of 2
Hey there,
for some reason my site will not display bullet points. I have added the below (which I found in a thread relating to this topic) but still no luck. please help
.entry-content ul {
list-style-type: none !important;
margin: 0px !important;
padding: 0px !important;
}
Hi there,
try this CSS:
.so-panel.widget ul li {
list-style-type: disc;
margin-left: 3em;
}
This archived topic is closed to new replies.