/* Set the media query's min-width to whatever you want */ @media screen and (min-width: 1200px) {/* Set the container's max-width to whatever you want */ .w-container { max-width: 1200px; } }