How can I horizontally center align custom liquid images?

Hello,

I am entering the following code for custom images in liquid and for the most part it works great. However I need this to appear center aligned horizontally. Any help would be greatly appreciated. Thanks in advance!

.fea { display: inline-block; width: calc((150% - 10px) / 3); max-width: 100px; margin: 50px 5 0; vertical-align: center;

}

Give this a try and tweak it as needed. It’s the left and right margins that center the images and divs.


seems to work as block. but I need them as inline-block