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
Actually, I take it back: it did not solve the overflow. I gave up at this point and switch back to standard bootstrap, which yielded no overflow (but reversed (i.e. LTR) order of columns, as expected).
It appears .row is not defined in the CSS. Adding this:
.row{margin-right:-15px;margin-left:-15px}
helped solve the horizontal overflowing of a simple three- .col-md-4 layout.
The text was updated successfully, but these errors were encountered: