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

Payments methods centered under add-to-cart

Solved

Payments methods centered under add-to-cart

TrendBlend
Trailblazer
367 0 40

Hello

313E73A9-6ADD-485F-8C38-E595DF375ACB.jpeg

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

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
856 168 186

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
17.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

 

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 4 (4)

Rahul_dhiman
Shopify Partner
856 168 186

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
17.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

 

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

TrendBlend
Trailblazer
367 0 40

Okay yea now it looks good on desktop but it looks weird on mobile phone now

TrendBlend
Trailblazer
367 0 40

okay I fixed it, it's solved

Rahul_dhiman
Shopify Partner
856 168 186

Always there to help you.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages