The current gutter system is awkward and depends on .frow-container in some situations to avoid the negative margins from colliding with other page margins. .frow-container should be removed the equation completely.
Perhaps a new set-up would be something like:
<div class="gutters>
<div class="frow">
<div class="col-md-1-2></div>
<div class="col-md-1-2></div>
</div>
</div>
The negative margins would be applied directly to .gutters. Is this better? Does it solve the problem?
The current gutter system is awkward and depends on
.frow-containerin some situations to avoid the negative margins from colliding with other page margins..frow-containershould be removed the equation completely.Perhaps a new set-up would be something like:
The negative margins would be applied directly to
.gutters. Is this better? Does it solve the problem?