1 min readMay 31, 2018
You don’t want to get rid of the Container. If you want a full-width layout use container-fluid
. Rows have a negative margin of -15px, and therefore should be in a container with left/right padding of 15px. Otherwise, the .row
will overflow it’s container, causing an undesirable horizontal scroll.