Fixed breakpoint before get responsive

Hi,
Is there any way i can get the breakpoint between 1200 - 768 to get fixed and after 768 get responsive behavior ?
What i want todo is to have the columns (3 cols) fixed between 1200-768 and after 768 get responsive.
When get to 768 flips to tablet-view, like it does now
But now between 1200-960 it works okej, but after 960 the columns override each other.

I have this in custom code to get the site 1200 wide

@media screen and (min-width: 1200px) { .w-container { max-width: 1170px; } }

https://preview.webflow.com/preview/packnews2?preview=31080bc960f3ed694116e232d624c646

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.