Move Add to Cart next to Quantity selector

Hello, is it possible to move my ATC button next to my qty button like in the image below, URL: Lumière Bead Necklace – InteriorGlows.

Hi @TrendBlend

let try to add this Custom CSS code to your theme settings or file base.css in code:

.product-form__buttons .product-form__submit {
  margin-top: -66px;
  max-width: calc(100% - 150px);
  float: right;
}

the result will be:

Hi @TrendBlend ,

Basically, you can copy the below code and replace it with below code and it will work.

Code to replace

Quantity
(0 in cart)
Decrease quantity for Lumière Bead Necklace Increase quantity for Lumière Bead Necklace
shopping_cart Add to cart

Couldn't load pickup availability

Refresh

Code to replace


    

                  
                  

                  
                  

                    

                  

    

    
    

If you stuck somewhere, feel free to reply or message me.

No code needed. Just go into the Shopify theme settings, click pages then products and switch around the elements the way you like it