Forums

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

Home Forums CSS [Solved] display:inline + html minifier = no break!? Reply To: [Solved] display:inline + html minifier = no break!?

#193049
Beverleyh
Participant

How about if you change

li { display:inline; }

to

li { display:inline-block; }?

(and maybe pop a bit of padding-right on there too)