All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello
I centered my payment methods under the add-to-cart but it looks like this on desktop and I want it to center under the add-to-cart button so the middle of the payment methods has to be under the middle of the add-to-cart button. How can I do this?
thanks in advance
Solved! Go to the solution
This is an accepted solution.
Hello @TrendBlend
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the bottom of the file.
#letop {
display: flex;
justify-content: left;
padding-left: 80px;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
This is an accepted solution.
Hello @TrendBlend
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the bottom of the file.
#letop {
display: flex;
justify-content: left;
padding-left: 80px;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Okay yea now it looks good on desktop but it looks weird on mobile phone now
okay I fixed it, it's solved
Always there to help you.
Thanks