Creation Wizards
Difficult time trying to center an element with 10 columns in the default column grid.
EDIT: fill in the code a bit
I tried to put 1 columns on both sides to no avail:
<div class="row"> <div class="large-1 column"><p></div> <div class="large-10 columns"> <div class="row>five large-2 columns in here</div> <div class="row>five large-2 columns in here</div> <div class="row>five large-2 columns in here</div> </div> <div class="large-1 column"><p></div> </div>
My goal is to have this 3x5 grid in the exact center of the page. 1 columns do not currently fill 10 columns in the center.
html css css3 zurb-foundation
travis heaver
source share