html - force divs to fill space to the left of another -
please see pen code , visual of trying http://codepen.io/markrbm/pen/pfhar
the css in question on line 801 -> 855
i want 3 divs in bottom left of .locscta fill space left of .locslist div , directly below .locsleft div. without floats if possible
if use inline-boxes, try vertical-align , resize width of these 3 boxes : http://codepen.io/gcyrillus/pen/eavou
.locscta.wrapper { width: $threecol*1.16; vertical-align:top; } .locscta.wrapper > div { display:block; width:100% }
woud expect ?
Comments
Post a Comment