Solved

Payment icons need aligning to the center

Not applicable

Hi Guys can you help me with aligning the payment icons to the center of my footer? Here's my site password flowma

https://directcomputers.myshopify.com/

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

 

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%;
}
}

 

View solution in original post

Replies 3 (3)

Zworthkey
Shopify Partner
5581 642 1565

@Anonymous 
If the store is password-protected store pls share the password.

let me check out.
thank you.

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

 

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%;
}
}

 

Not applicable

Thank you so much worked!!