Archived topic
bullet css for sidebars
2 replies · Started by Pete on November 29, 2014
Viewing posts 1–3 of 3
I'd like to see css bulleting enabled for the sidebars
This CSS should do that:
.widget ul {
margin-left: 20px;
}
.widget ul li {
list-style-type: disc;
}
resolved
This archived topic is closed to new replies.