CSS text-align not working

Change the rule on your <a> element from: to Just add two new rules (width:100%; and text-align:center;). You need to make the anchor expand to take up the full width of the list item and then text-align center it. jsFiddle example