Hello,
I found a previous thread, but the solution didn’t work.
I tried to modify it by adding a custom class and applying it to the headlines with icons.
But it also didn’t work, but in this case it didn’t do anything.
In the previous case it left aligned all my headlines site-wide for some reason.
@media (max-width: 767px) {
.mobile-feature-icon {
-webkit-flex-grow: inherit;
flex-grow: inherit;
}
}
Can you give me a better fix please?
Thank you,
Jesse

