Hello to the wonderful Shopify Community out there! I have a problem and I could use some help!
I tried to create a custom icons section for my product page, using the custom liquid feature, and as you can see below, in desktop mode it appears ok, but on mobile it doesn’t appear well-aligned. On mobile, I want the first two icons to appear on top, and the last two icons on the bottom, in a row and well-aligned. How can I achieve this? I am copying and pasting the code I used below:
CUSTOM LIQUID CODE:
VEGAN
NO REFINED SUGAR
DAIRY FREE
ETHICALLY SOURCED
CUSTOM CSS:
.custom-icon-section {display: flex; justify-content: space-between; align-items: center; }.icon {text-align: center; flex: 1; padding: 10px; }.icon img {max-width: 100px; }.icon-description {color: #433933;
If you have to propose a different approach to this issue all together, I am open to suggestions! If you also have a better code I could use to achieve this, I will be happy to try it!
Any help will be greatly appreciated ![]()

