Can’t center footer content in Motion theme. Thanks for the help.
Hi @Igor11
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.scss.css
@media(max-width: 767px) {
.inline-list.payment-icons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly


