Re: Center Copyright on Shopify Dawn

Solved

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

Joshubaru
New Member
7 0 0

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. Screen Shot 2021-11-17 at 7.09.44 PM.pngScreen Shot 2021-11-17 at 7.09.35 PM.png

Accepted Solution (1)
domnappa
Tourist
8 1 0

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.

 

Screen Shot 2021-11-18 at 4.04.28 pm.png

 

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;
}
Don't forget to smash that Like button if I've helped you out!
If you're question was answered, don't forget to Accept the Solution!

View solution in original post

Replies 5 (5)

domnappa
Tourist
8 1 0

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

Don't forget to smash that Like button if I've helped you out!
If you're question was answered, don't forget to Accept the Solution!
domnappa
Tourist
8 1 0

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.

 

Screen Shot 2021-11-18 at 4.04.28 pm.png

 

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;
}
Don't forget to smash that Like button if I've helped you out!
If you're question was answered, don't forget to Accept the Solution!
Joshubaru
New Member
7 0 0

@domnappa that did the trick! Something so simple that I couldn't figure out. Thx! It was Dawn theme btw.