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
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
1 Like
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