Equalize colored column backgrounds

If my left column has a heading, a text and a yellow background, and my right column has a heading, a longer text and a green background. Which coloured background is longer? The right one… :slight_smile:

Now is there a button I can tap to make the left background of equal length. There is a feature like this in yootheme themes, but dunno about x theme…

Hi @fluxus,

To make the column equal height, please add this inline CSS to the row contains your column:

display: flex; flex-flow: wrap;

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.