Having trouble increasing the maximum width of my container. How can I adjust the width in the source code?
I've attempted changing the width size in the bootstrap-grid.css file.
The Element Inspector lets me change the max-width. Any tips on modifying the _grid.scss: 6 file?
https://i.sstatic.net/SoMe8.png
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}