Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Problem bullet (and numbered) list

#6595
[email protected]
Participant

Solved! ->

ul {
list-style: square outside none;
margin-left: 0;
padding-left: 1em;
}
li {
padding-left: 0em;
}

Code also takes care of the ‘hanging indent’, now lining up perfectly.