Shopify themes, liquid, logos, and UX
Hi there,
Trying to figure out how to center the copyright on the bottom of the footer. It seems as if it is stuck in a column and I can't figure out how to make that column 100% width. So when I center it using the text-align, it centers in its own column. Help would be much appreciated! I included two photos showing what I have achieved.
Solved! Go to the solution
This is an accepted solution.
Looks like there is another column there that is pushing the copyright content across, this column contains the payment info.
Not sure what theme you're using, but might have to look into the code to remove that column so that the copyright content aligns in the center.
Or alternatively you can simply hide it via css using:
.footer__column.footer__column--info {
display: none;
}
Can you link to a preview of the theme you're working on, so we can get a better understanding of the context of the CSS
This is an accepted solution.
Looks like there is another column there that is pushing the copyright content across, this column contains the payment info.
Not sure what theme you're using, but might have to look into the code to remove that column so that the copyright content aligns in the center.
Or alternatively you can simply hide it via css using:
.footer__column.footer__column--info {
display: none;
}
@domnappa that did the trick! Something so simple that I couldn't figure out. Thx! It was Dawn theme btw.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025