I am using blueprint css framework
when using the following code:
<div class="container showgrid">
<div class="span-12">left column</div>
<div class="span-12 last">right column</div>
</div>
you will notice that there is a small space between these columns!
is there any way to remove that space?
As i see there is a
margin-right:10px;attribute added on everyspan-*element in source. Try modify this value. If you want to modify only one specified div’s gap, add a custom class on that one.