Shopify themes, liquid, logos, and UX
petscape.co, how do I align payment icons below the buy buttons?
Solved! Go to the solution
This is an accepted solution.
Hi @jrjed988 Replace the code with this code:
.ss-payment-list {
position: relative;
justify-content: left !important;
left: -7px !important; //you can change -7px to whatever value you think will aling both the elements.
}
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Hi @jrjed988 Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.ss-payment-list {justify-content: left !important;}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
It has worked, but it isn't completely centred on the buy buttons it is the slightest bit to the left
This is an accepted solution.
Hi @jrjed988 Replace the code with this code:
.ss-payment-list {
position: relative;
justify-content: left !important;
left: -7px !important; //you can change -7px to whatever value you think will aling both the elements.
}
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Thank you. It worked like a charm, and I appreciate the help.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Add the code below to base.css file
.ss-payment-list {
max-width: 44rem;
}
.ss-payment-item {
margin: 0 auto !important;
}
After modification
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025