Hello is there a way to move the paying icons in the footer to this spot thank you.
store link: https://psyco-jewelery.myshopify.com/
A user wants to relocate payment icons within their Shopify store’s footer to a different position.
Proposed Solutions:
Status: The discussion presents multiple approaches but remains open, as the original poster hasn’t confirmed which solution they’ll implement or whether any resolved their issue.
Hello is there a way to move the paying icons in the footer to this spot thank you.
store link: https://psyco-jewelery.myshopify.com/
This may require a change to the html structure.
If you need to modify it, contact me.
Is there a way I can just add an image of it there?
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-footer.css->paste below code at the bottom of the file:
@media screen and (min-width: 1024px) {
.footer {
position: relative;
}
.footer .footer__payment {
position: absolute;
right: 0;
bottom: 150px;
padding: 0 5rem;
max-width: 650px;
}
}
I hope it would help you
Best regards,
Kate | PageFly