Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Newbie at CSS could use some help Re: Newbie at CSS could use some help

#127690
wolfcry911
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)