All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I would like to align this text column with images to the center but dont know how to do it. Anyone know how to do it? Also would like the text to be above the image
Link: https://www.glowinh.com/products/tv-ambient-backlight-led-strip
Thanks
Go to your online store -> customize -> settings -> custom css and paste this code there
.grid.grid--uniform.grid--flush-bottom {
display: flex;
justify-content: center;
}