How can I center the copyright on the Dawn theme footer?

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.

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

https://6kvisvj2nhvvhmyd-60963586285.shopifypreview.com

@domnappa https://6kvisvj2nhvvhmyd-60963586285.shopifypreview.com

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.