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
A user is trying to center-align a text column with images on their Shopify store and wants the text positioned above the images.
Current Issue:
Proposed Solution:
Another user provided CSS code to add via:
Status: The discussion appears incomplete as the CSS code snippet in the response seems corrupted or improperly formatted, and there’s no confirmation whether the solution worked.
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;
}