.hws-full-screen-height
To make a section with background image full-screen.
- Add to the CSS Classes of the section
.hws-vertical-align
To vertically center column contents. Use for example for text next to an image.
- Set row to equalize column height.
- Add to the CSS Class of the row column
.hws-align-bottom-column
To bottom align the last module (like a button) in a column.
- Set row to equalize column height.
- Add to the CSS Class of the row column
.hws-flip-columns-mobile
To flip/switch/invert the left and right columns on mobile. Use when the 1st row is text+image and the 2nd row is image+text. By default, this results on mobile in text+image+image+text below each other.
- Add to the CSS Class of the row of which you want the columns to flip.
- This results in text+image+text+image below each other.