How can I horizontally center align custom liquid images?

Topic summary

A Shopify store owner is working with custom Liquid code to display images but needs help centering them horizontally. They’ve shared their HTML code showing multiple `<div class=\

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

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