MOTION THEME: How to edit copyright and payment icons in the same line of my footer

@Usman2021

Sorry for facing this issue, it’s my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

Please share your site URL,
So I will check and provide a solution here.

here: https://www.onestoppickup.com/

Can you help me in this matter? I need your help

Try this:

Go to settings from admin,

Go to General, and change store name. When you change it there, it will change in copyright footer. Hope that works.

I don’t want to change the name of the store. I just wanted to keep store name and payment icons in 1 single line.

That’s a code issue. Hopefully someone responds who knows what to do.

@Usman2021

Thanks for details

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.payment-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

Thanks for the solution @KetanKumar . Although I want payment icons on the left side and copyright on the right side. Vice Versa

@Usman2021

thanks for support

yes please add this code also

p.footer__copyright {order: 5;}

@KetanKumar Thanks. It works perfectly.

@Usman2021

it’s my pleasure to help us