Separate Layouts for Mobile and Desktop

Most of the time, the shared layout and breakpoints between mobile and desktop work fine. But there are times when being able to customize the layout for each breakpoint would be so much better. Would LOVE the option to control the layout and component visibility independently based on viewport.

You can do this now by leveraging the Device Info column.

I can change component visibility but I haven’t found how to change the component layout based on device type. Do you have guidance?

ah, you mean things like changing the way that multi-column containers behave? For example, forcing two columns to be side by side in a mobile view. No, I’m not aware of any way to do that. Perhaps with CSS, but I wouldn’t consider that a practical solution.