Payment Button Size Issue in Cart Drawer

Hello everyone,

I hope you’re all doing well.

I need a little help with my store. I’m using the Motion theme, and when a product is added to the cart, the cart drawer displays with payment icons. While I love the cart drawer, the payment icons are too big and take up so much space that the products can’t be seen properly in the cart.

I’ve added a screenshot and the website link below for reference.

Any help would be highly appreciated!

Website URL: https://themerinopolo.com.au

1 Like

Hello @Digital_Imran
This seems to bw working fine

Thanks

Thank you for your response @Rahul_dhiman . From my end it looks like this. screenshot attached

Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> drawers.css

@media only screen and (min-width: 590px) {
.drawer__fixed-header, .drawer__header {
min-height: 50px;
}
.drawer__footer {
padding-bottom: 0px;
padding-top: 0px;
}
.drawer__scrollable {
padding-top: 8px;
}
.cart__item-row {
margin-bottom: 10px;
}
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Hey @Digital_Imran

This code can improve it a little bit of how it looks.


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you but not working :disappointed_face:

Not working :disappointed_face: