I have a footer where dynamically list-items can be added.
I would like to have the list-item stretch themselves over the given width of their container.
The whole thing is created in WordPress and the added list-items are widgets.
So this is what I have:
Fiddle
I can’t give a single .widget
a width of a certain percentage because this is determined by the amount of list-items displayed.
Hope it makes sense.
M.
One option is to use Flexbox
Other one is CSS Tables