Add to cart button next to ammount selector

How can we chalk up our shopping cart button next to the number select?

We use warehouse 2.0 theme

Thanks in advance,

1 Like

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

1 Like

Epdmland.nl is the url

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.product-form__payment-container {
position: absolute;
top: 62%;
left: 42%;
}
.product-form__add-button.button.button--primary {
width: 100%!important;
}

On mobile is doesn’t work. Also on desktop, depends on your screen size…