You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
To reproduce the frow gutters issue: Make a frow with gutters, with two divs within, one above the other. Make one col-md-1-1 and the other width-100. The column div will have the space around it, the other wont.
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:
The negative margins would be applied directly to
.gutters
. Is this better? Does it solve the problem?The text was updated successfully, but these errors were encountered: