Hey Jason,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.flex_column.avia-builder-el-12 {
display: flex;
justify-content: center;
}
But I recommend adding a custom class to the column like “center-column” and then adjust the css:
.center-column {
display: flex;
justify-content: center;
}
Best regards,
Mike
perfect – many thanks Mike