Asked by Shiloh Paul on Nov 13, 2024
Shiloh is struggling to align an icon and header inline in a repeater module using Hubl
Answered by Tom
Using CSS flexbox and adding flex-basis to the icon class resolved the alignment issue. Example CSS: `.icon-text__icon-wrapper { display: flex; }` and `.icon-text__icon { flex: 0 0 20px; }`