- Issue created by @myDrupal2014_846824658246
Theme: Vartheme (Bootstrap 4 - SASS) 9.0.27 (default theme, administration theme)
Installation profile : Varbase (varbase-9.1.1)
When I set use fluid-container in the theme Bootstrap 4 the page is still not using 100% of the width of the complete screen but I was expecting that.
- Aggregration is off
- cache is rebuild
I found out that the setting is comming from:
@media (min-width: 1200px) {
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
max-width: 1140px;
}
}
in file:
bootstrap.base.css?scqgd7
Bu now I'm a little bit lost. Should I change the configuration file of breakpoint?
Should I generate a new theme, recompile and use that theme?
What is the road togo...
- Select theme
- Select Layout > Container > Fluid container Use .container-fluid class checked
Active
9.0
User interface