Yes, there is not an option to set a column height. You can assign the padding and margin to a column in the column options in the left sidebar. To assign a specific height to it, you need to use custom css. Just add an extra css class name and in the Custom Css box, add the css code with the height value. Example: .abc_column {min-height: 400px !important;}