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
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
Thank you so much ![]()