I tried all the customizations in the Shopify editor and it looks crap!
I am trying to make something like this below.
Hey @Jim3
Follow these Steps:
<style>
ul.inline-list.payment-icons.footer__section {
display: flex !important;
justify-content: center !important;
}
</style>
RESULT:
If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
You can also try by adding that code in footer.liquid file in sections folder. Please let me know if you need any help. Thank You
Hello @Jim3
From your Shopify admin, go to
Online Store → Themes → Actions → Edit code.
ul.inline-list.payment-icons.footer__section {
display: flex !important;
justify-content: center !important;
}
Hi @Jim3 ,
You can fix it by following these two simple steps:
Step 1: Click on Customize (see screenshot)
Step 2: Add the following CSS code:
ul.inline-list.payment-icons.footer__section {
display: flex !important;
justify-content: center !important;
}
to the Custom CSS section (screenshot), then save and check the result.
Let me know if this works for you or if you need further assistance!
Best,
Felix