Fluid Layout
Regardless of screen size, this layout style will keep expanding to take up the whole width of the screen
Fluid Layout Example
This is a second layout option that uses the
.container-fluid.px-4
element for the page header and main page content containers. If you expand the width of this page, the content will keep expanding with the screen, regardless of the screen width. On smaller screens, this will look no different than the default boxed layout which uses default
.container-xl.px-4
elements.