Bullet points not displaying in list
-
Hey WP world,
I am having trouble pinpointing why a list isn’t displaying bullet points. Here is the code I am using:
.tagcloud { margin-left: -15px; padding-bottom: 7px; color: #003366;list-style-type: disc; } .tagcloud ul { width: 350px; list-style-type: disc; list-style-position: inside; } .tagcloud ul:after { content:"."; clear:both; height:0; display:block; visibility:hidden; } .tagcloud ul li { margin:0 0 0 10px; padding:0 0 8px 0; display:inline-block; width:140px; } .tagcloud li a { color: #eee; } .tagcloud li a:hover{ color: #003366; }
Here is a link to my site if you’d like to see what I am talking about (it’s in the right sidebar under topics)
Thanks in advance!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Bullet points not displaying in list’ is closed to new replies.