Support Need Help: ul and li tags not rendering disc
-
Support,
Something has changed at WordPress that is causing my ui and li tags within my entires and pages to no longer render the disc next to the
I’ve had my blog for years and this started happening.
My CSS for these tags is below.
html>body .entry ul {
margin-left:0;
list-style-type:disc;
text-indent:-10px;
padding:0 0 0 10px;
}html>body .entry li {
list-style-type:circle;
margin:7px 0 8px 10px;
}html>body .entry ul ul li {
list-style-type:circle;
margin:5px;
}Please help me get this sorted out.
Thank you,
Karl
The blog I need help with is: (visible only to logged in users)
-
You asked about this here:
https://en.forums.wordpress.com/topic/li-tags-on-my-site-and-others-have-a-leading-0?replies=4
Please don’t post about the same problem in multiple threads. -
You’re not support and didn’t answer my question or solve the problem.
This problem “just” started recently.
-
Not sure this will help, but adding this to the CSS does the trick for me
html>body .entry ul { margin-left:3px; list-style-type:disc; text-indent:-4px; padding:0 0 0 10px; } html>body .entry ul ul li { list-style-type:circle; margin:5px; } .entry ul li:before { content:""; }
- The topic ‘Support Need Help: ul and li tags not rendering disc’ is closed to new replies.