How would I do custom breakpoints?

How would I do a custom breakpoint? For example, I have a card layout that shows 4 cards horizontally on desktop (I use a large monitor), but I would like this to only show 3 cards on 1400px and below. How would I accomplish this? Currently, I only see the three predefined breakpoints of Desktop, Tablet, and Mobile.

Hi Sean :waving_hand:

You can’t create custom breakpoints in the editor.

But we’ve had some members playing around with custom css and media-queries to achieve this.

1 Like

Thank you Agustin.