The Three Layout CTypes t3bs_container, t3bs_fluidrow and t3bs_column map to the Bootstrap 5 grid in TYPO3. This page shows all variants and options using clearly marked demo areas.
Containers are outlined in blue, rows in red, and columns in green—the highlighting appears only when t3bs-demo-outline is set as an additional CSS class.
Container Types
Bootstrap offers six container variants. container It is responsive, with a maximum width for each breakpoint (540 / 720 / 960 / 1140 / 1320 px). The variants container-sm up to container-xl are 100% wide below their breakpoint and, starting at the breakpoint, are identical to .container. container-fluid is always 100%.
The differences are only visible in smaller viewports—narrow the browser window to see the effect.