I’m working on a layout in Bricks and I want a specific container to be hidden on mobile devices.
Right now the straightforward option seems to be setting it to display:none
at the mobile breakpoint, but I’m wondering:
- Is that still the recommended way in Bricks?
- Or is there a cleaner / more “native” method (e.g. through conditions, responsive settings, or another built-in feature) that avoids just relying on CSS
display:none
?
Curious how others are handling this—thanks!