How can I make my atc turn into this( picture with ATC and quantity in the same line, with payment icons right under)? Currently its like the picture with green ATC. This is the store link: https://lifyi.com/products/necklace-love

A Shopify store owner wants to reposition their Add to Cart (ATC) button and quantity selector to appear on the same horizontal line, with payment icons displayed underneath. Currently, these elements are stacked vertically.
Proposed Solutions:
Current Status:
How can I make my atc turn into this( picture with ATC and quantity in the same line, with payment icons right under)? Currently its like the picture with green ATC. This is the store link: https://lifyi.com/products/necklace-love

Hey @anzestrazar ,
Please add this CSS
Go to Online Store > Theme > Edit code.
Open the theme.liquid file
Paste the below code before on theme.liquid
Hi @anzestrazar
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (min-width: 749px){
product-form.product-form {
width: 26rem;
position: absolute;
bottom: 3%;
left: 150px;
}
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hello, this made my ATC smaller, but it didn’t move it in line with the quantity. Can you please help?
I forgot to specify, but can you make it so it works on mobile?
Im sorry im not getting it, you want only in the mobile screen? I didn’t optimize it for mobile because the button would be too small, making it less user-friendly and prone to accidental clicks.
Oh ok, thanks for the help!
Welcome! Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!