Hi,
I wish to get the “quantity selector” and the “add to cart” button on the same line.
In this forum, I get a solution with the code below, which seemed to work at the first sight.
In theme.liquide, before the “”
<style>
.button--full-width {
width: calc(100% - 150px) !important;
margin-top: -72px;
margin-left: 150px;
}
</style>
but I noticed 2 bugs :
- the widget “add to cart” is destoyed (see image)
- Product page with variant are not good (button is covering options), see image
Do you have proper solution to put it on a same line ?
My web site : https://www.barreclandestine.com/
Many thanks for your help !



