Forums

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

Home Forums CSS Where is the space between these menu items coming from? Re: Where is the space between these menu items coming from?

#84191
wolfcry911
Participant

It comes from the carrige return in the markup. you could do two things: end the li after a return and start the next li on the same line, or float the li instead of display: inline;