Lynny
August 12, 2021, 6:34am
1
Hi
I’m using the Debut theme and I’m only using one column under ‘Text Columns with Images’ I want the single column to be centered. If I add more than one column it seems to center it by default, but when I only use one, it seems to default align it to the left.
Currently looks like:
Would like it to look like:
I’ve looked at a lot of other posts on here but couldn’t find one that worked for me. Any help is much appreciated.
Thanks
https://cutieluxe.com/ Password cute1
hello @Lynny
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-1627392843c4ab1807 .grid{
display: flex;
justify-content: center;
}
1 Like
Lynny
August 12, 2021, 7:03am
3
That worked perfectly! Thank you very much.
Odylic
February 12, 2022, 8:35pm
4
Hi @Kinjaldavra !
I have the exact same issue, I put in the code in my theme.css but for some reason it did not work for me? Can you help?
Website is www.odylic.ca
All the way at the bottom at Enter the store, I would like it to be centered (done with Text columns with images in Debut theme)
Thanks!