Sorry for facing this issue, it’s my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question. ![]()
Please share your site URL,
So I will check and provide a solution here.
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.
Thanks for details
- Go to Online Store->Theme->Edit code
- 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
@KetanKumar Thanks. It works perfectly.
it’s my pleasure to help us

