How can I create full width buttons for dynamic checkout?

1 Like

@checkoutfirst ,

Welcome to Shopify Community,

Please share:

  • Your store URL;
  • Storefront password (if your store has one).

I will check out the issue and try to provide you a solution.

@checkoutfirst

oh sorry for that issue can you try this code

.additional_checkout_buttons div[data-shopify-buttoncontainer=true], .additional_checkout_buttons ul[data-shopify-buttoncontainer=true]
{
flex-direction: column !important;
}
1 Like