Hi, i want to center the footer where the credit card logos and powered by shopify are on

I have theme.css on SPLIT THEME and I tried 2 other codes on here and it didn’t work.

Thank You

Hi @ll760634 ,

Please share your store URL and password of front view.

So that I will check and let you know the exact solution here.

Best regards.

smilestoyourdoor.com

Pw is [email removed]

I just copy and paste the code at the end of the asset correct? I don’t think I did it wrong for the others.

Hi @ll760634 ,

You can try follow the instruction below:

  1. Go to Online Store → Theme → Edit code.
  2. Asset → /theme.css paste code below into end of the file.
.footer-bottom {
    justify-content: center !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

thank you, it worked


also is there a way to move just the powered by Shopify part in the code

@ll760634

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.site-copyright {text-align: center;}

Hi @ll760634 ,

Please paste code below into end of the theme.css file.

.footer-copyright .site-copyright {
    text-align: center !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.