hi all, can someone please help me with imbalance in footer payment icon. as you can see in the photo Afterpay icon is not aligning with other icons properly (as I manually add Afterpay icon) how can I align them equally?
![]()
Hi @SinghSells , Kindly share your store URL.
Thanks!
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
![]()
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hello @SinghSells
Go to online store ----> themes ----> actions ----> edit code ---->assets ----> component-list-payment.css
add this code at the end of the file.
ul.list.list-payment {
align-items: center;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hello @SinghSells , Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. If you have a custom CSS file, open that instead.
- If you can’t find your custom CSS file, open “component-list-payment.css”
- Add the following code at the end of the file.
.footer__payment .list-payment {
align-items: center;
}
Here is the screenshot of the same.
Feel free to reach out if you have any additional questions. If this solution is helpful, please consider liking and accepting it.
S.P
Hello @SinghSells
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
hit like button.


