Footer copyright and payment icons text location

Hello everyone ;

Im trying to change my copyright text to center but couldnt manage to do it.I read articles but doesnt work.

My theme is SPLIT theme

Can anyone help me about this

This is Noah from PageFly - Shopify Page Builder App

You can follow code here to align center copyright:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Hi @thraine

Try this at the bottom of your ccs file :

.site-footer .footer-bottom {
  justify-content: center!important;
}
1 Like

hi @thraine ,
Here is how you can make the footer part in the center

  1. Go to your theme editor.
  2. Go to Footer part and add another section named Custom HTML/Liquid

  1. Add the code from below in the custom liquid section.

  1. Click save

It should keep the copyright part in the center like the example below

Let us know if you need more help with this issue.

Thank you guys it worked but another issue for payment method also centered.

can it be payment left copyright center seperately ? in same line

Best

hi @thraine ,

Go to the custom liquid section that you created. and add this and replace the whole code with this


don’t worry even if you haven’t used a custom liquid section before this solution will work. Check my comment to this thread before to see how to add custom liquid section in you’re theme.

Hello

it works but payment section also become centered.ı want payment left side with same line

hi @thraine
Sure thing just replace the contents of the custom liquid section with this


1 Like

that works great !

And last one how can i remove padding footer section.as you see there is more space

hi @thraine

Sure you can replace the contents of custom liquid section with this