How to remove media queries larger than mobile in exported code?

I’ve designed the front end of an app to be porter into ionic. For this reason, I only designed it in the mobile breakpoint, and don’t need any of the bigger breakpoints. How can I remove any code above this breakpoint in my exported code?


Here is my site Read-Only: LINK

You can edit the css file to remove code specific to the media queries you are not using. You should understand that Webflow is not mobile first. There are tools that can you can use the that will show unused css on a site or in your code.

1 Like

Thank you! I’ve had a brief look through the CSS but struggled a bit, this is extremely helpful and I’ll make sure to dive in deeper.