m-boxes
Wraps responsive blocks. Allows blocks to stack vertically in the mobile version.
TIP
Can contain only m-box
components
Attributes
Attribute | Default Value | Description |
---|---|---|
align | center | Horizontal alignment. Options: left / right / center (align left / right / center). |
valign | top | Vertical alignment. Options: top / bottom / middle (align top / bottom / center). |
inverted | Deprecated. Enables reverse stacking order of blocks. | |
direction | Can be set to inverted (reverse order) or mobile-inverted (reverse order on mobile only). |
Example
html
<m-boxes align="left" valign="middle">
<m-box width="435" align="left">...</m-box>
<m-box width="165" align="left">...</m-box>
</m-boxes>