How can I reposition the dynamic button below the buy button?

Hello,

I added the dynamic button on my product page, but I would like to change the position.

Here, the dynamic button is to the right of the purchase button. I’d like to put it below. :blush:

Now :

What I would like :

My theme is Broadcast.

My website is : www.hedisonparis.com (no pass word)

Thank you so much for your help !

Anne-Sophie

Hello @Anne-Sophie1

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

.product__submit__buttons {
    flex-flow: column;
}

Hello,

Thank you for your help. :blush:

The dynamic button is well below the purchase button.

Do you have a solution to keep it at its original length, please ? (longer)

Now :

My original button : (size I would like to have)

Thank you so much,

Anne-Sophie

Hello @Anne-Sophie1

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

.product__submit__buttons {
    flex-flow: column;
    align-items: unset;
}
.shopify-payment-button {
    max-width: 100% !important;
}

Hello,

Thank you so much for your help, it works ! :tada:

Have a nice day,

Anne-Sophie