I’m not sure if this is possible or not, but here’s roughly what I have:
<ul style="width:900px;">
<li>Home</li>
<li>Page</li>
<li>Page</li>
<li>Page</li>
<li>Page</li>
</ul>
There’s always a lot of empty space after the last list item. Would it be possible to automatically adjust the padding of the list items to fit the parent ?
Something like this might work (using jquery for convenience):