Hey!
I am trying to align my additional payments buttons.
The ShopPay and MetaPay buttons would look more appealing on the left side of the screen. I can’t figure out how it can be done though. www.deranged-shop.com / cart page.
Minimal theme.
Hey!
I am trying to align my additional payments buttons.
The ShopPay and MetaPay buttons would look more appealing on the left side of the screen. I can’t figure out how it can be done though. www.deranged-shop.com / cart page.
Minimal theme.
May I suggest to update code these steps:
#dynamic-checkout-cart .shopify-cleanslate ul {
justify-content: flex-start!important;
}
Thank you!