One of the ways to create full width container inside fixed width container
.row-full{ width: 100vw; position: relative; margin-left: -50vw; height: 100px; margin-top: 100px; left: 50%; }
One of the ways to create full width container inside fixed width container
.row-full{ width: 100vw; position: relative; margin-left: -50vw; height: 100px; margin-top: 100px; left: 50%; }