Icons aren't properly aligned in mobile view

Hi,
I’ve created a page with a list using the classic headline feature element (the classic feature list doesn’t have the functionality of deleting the subtext entirely, and I don’t need it). However, the text is a little too close to the icon. How could I space it out a bit?

Thanks!

Hello @alonmg,

Thanks for asking. :slight_smile:

I checked the page you have shared and icon along with headline spacing looks fine on my end. Have you figured out the spacing? Can you please confirm?

However, the image element seems left aligned. If you would like to center align the image then please add a class to text element (I can see that you are displaying image under text element) and then add following CSS under X > Theme Options > CSS. I have also recorded a screencast that you can take a look:

.center-text-imge img {
    margin: 0 auto;
    display: block;
}

You can rename the class name as per your requirement.

Thanks.

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