In my div block, the width is not fixed.
Inside the div, there is a list block with 11 items that I want to display evenly like this:
##item## ##item## ##item##
##item## ##item## ##item##
##item## ##item## ##item##
##item## ##item##
I've tried using float left and right but can't get the central 3 elements to center properly.
Do you have any suggestions on how to fix this?
Thank you!