Grid 2.0 issue when passing 375px

Hey I am having an issue when I scale my grid down past 375px, my grid no longer making things responsive. everything for the most part with the grid is set to auto so no min or max set.

Hi. Please add live URL and/or read-only-link. Hard to know “why” be a screenshot.

https://marquises-radical-project.webflow.io/ I kinda fixed it by switching to flex box on mobile

Nice. In general you use a lot the idea of min-width for elements = buggy on mobile (x-overflow elements).

Example:

More responsive to use % (relative unit) or auto VS fixed width.

out of topic (Add padding l-r for the container):

1 Like

thanks for the advice I have been trying to fix the search box width now

1 Like