How can I left align my payment buttons on 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.

Hi @donniederanged

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/theme.scss.css
  3. Add code below to bottom of file
#dynamic-checkout-cart .shopify-cleanslate ul {
	justify-content: flex-start!important;
}

Thank you!