Move 'add to basket' button BELOW dynamic 'buy now' button - Debut theme

Hi,

I would like to the ‘add to basket’ button to appear above the dynamic ‘buy now’ button, please could someone help me with this?

Here is a screenshot of what it currently looks like on each of my product pages:

Thanks

1 Like

@mbhlg

yes, please share store url so i will check and let you know

1 Like

Hi @mbhlg you can try this code

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Add this css at the bottom

Online Store ->Theme ->Edit code

Assets → theme.css

.product-single__meta .product-form__item–submit {

flex-direction: column !important

}

Hope you find my answer helpful!

Regards,

PageFly

1 Like

Great, that works!