Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Uneven height - problem with column
#5
I think with skeleton there is a class .row so you wrap each row of columns in a <div class="row">

There isn't much documentation with skeleton that I ever found so there is for me often a bit of experimentation. So the <div class="row"> may or may not need to be class="row sixteen columns" and then the four nested columns may or may not need to have the first and last given alpha and omega classes, so maybe

<div class="row">
<div class="four columns alpha">...</div>
<div class="four columns">...</div>
<div class="four columns">...</div>
<div class="four columns omega">...</div>
</div>
<div class="row">
<div class="four columns alpha">...</div>
<div class="four columns">...</div>
<div class="four columns">...</div>
<div class="four columns omega">...</div>
</div>

but that alpha omega stuff can put you out by 10px because it is losing the 10px margin that all skeleton blocks have
Reply


Messages In This Thread
RE: Uneven height - problem with column - by Timbow - 2014-02-01, 04:31:55



Users browsing this thread: 1 Guest(s)