Hello. How to change the width on a template: t4_bs5_blank
// Grid containers
//
// Define the maximum width of .container
for different screen sizes.
// scss-docs-start container-max-widths
$container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1140px,
xxl: 1320px
);
In the file settings I found these sizes. By deleting, leaving only:
$container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1140px
);
Same as T4 Template Blank, but the layout width has not changed.
T4 Template Blank:
t4_bs5_blank:
Tell me how to make the page width as in T4 Template Blank?