2
There are a few ways to do this. The one I used was to create a general container with the class container-fluid
which causes the div
occupy all space of the screen. In parts that the line should not be seve full-width
used a col-md-10
[for example] offset by 1.
Obs1: Using Bootstrap 4, but the solution for other versions is easily adapted.
Obs2: The visualization can be opened in responsive mode, can move the will to see the behavior, mainly with the page 'complete'.
Got it, only this way the content does not respect the main container right?
– Jefferson Alison
If I misunderstood what you meant, the content will respect their respective
rows
anddivs
. Theconteiner
is only a "packaging" for the contents.– Hamurabi Araujo