How can I center align custom icons on Flex theme?

Hi there,

I’ve added some custom icons which aren’t quite center-aligning as seen below. Could someone please tell me how to do this? I’m using Flex theme if that helps.

https://hello-ea9a.myshopify.com/

Thanks in advance

@Aimee50 ,

.icon-with-text-column .container .icon.is-large {
    position: relative;
    left: 15px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->style.scss.liquid

1 Like

Thank you so much :slightly_smiling_face: