Hi Guys can you help me with aligning the payment icons to the center of my footer? Here’s my site password flowma
@Anonymous
If the store is password-protected store pls share the password.
let me check out.
thank you.
hello @Anonymous please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 1024px){
.site-footer-left:not(:only-child) {
width: 20%;
}
.site-footer-right{
width: 53%;
}
}
Thank you so much worked!!