The fiddle is here http://jsfiddle.net/UzSt8/
I seem to have a smaller space to the left, vs the one on the right. I'd like a even spacing on both left and right.
Not sure where to change this.
Please note this is created using foundation 4 css etc
THanks
</div>
<div class="row">
<div class="large-12 columns">
<div class="panel">
<style>
.slider { height: 180px; float:center;}
</style>
<ul class="large-block-grid-4 small-block-grid-2">
<li><span class="label">HIGH</span><div class="slider"></div><span class="success label">LOW</span>
<li><span class="label">HIGH</span><div class="slider"></div><span class="success label">LOW</span>
<li><span class="label">HIGH</span><div class="slider"></div><span class="success label">LOW</span>
<li><span class="label">HIGH</span><div class="slider"></div><span class="success label">LOW</span>
</ul>
</div>