How to justify text and icon when having more icons in one column

Hey Bernt,

You can try using this CSS snippet for now. You can adjust the width. I’d suggest using the same value with the font-size of your icons.

.fl-builder .fl-module-content .fl-icon i.fa {
  width: 70px;
  text-align: center;
}

Ben