Center Headline Icon with Headline Text

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

HIi Jesse,

You actually do not have to add any custom codes to do that. Instead, please set a max-width to the element and set the margin left and right to auto:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.