Home › Forums › CSS › Newbie at CSS could use some help › Re: Newbie at CSS could use some help
March 10, 2013 at 8:04 pm
#127690
Participant
you could add a left margin of -0.25em to the li
or, change from display: inline-block to float: left (and then contain them adding overflow: hidden; to the ul)