In the footer of a responsive website, I need to evenly distribute some li items.
This is what I want to achieve:
And this is what I have:
I would like to avoid setting absolute width for each li, to keep a responsive capability of this part of the website.
What would be the optimal way to proceed?
You could try
for your ul element
here is a fiddle
http://jsfiddle.net/89bnF/833/
The effect in your screenshot can be achieved by using a margin:
If you want a nice, justified look and you are not concerned with very old browsers, you can use a flex model: