Skip to content

m-box

Responsive block. Can only be used inside the m-boxes tag.

TIP

Can only be used within m-boxes

Attributes

AttributeDefault ValueDescription
aligncenterHorizontal alignment. Options: left / right / center (align left / right / center).
valigntopVertical alignment. Options: top / bottom / middle (align top / bottom / center).
width300Block width in pixels

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>