Widgets
...
Widget elements
Element types
Container
1min
a container is a structural wrapper for grouping, organizing, and styling sets of elements under a common parent it can also be nested inside other containers for more complex layouts it provides control over layout, spacing, and appearance without altering the content itself notes overusing nested containers can complicate layouts — use them only when necessary if you edit the container while the widget builder is set to mobile view, those changes will apply only to the mobile layout and will not affect the default (desktop) layout