This topic has 6 replies, 3 voices, and was last updated 5 years, 7 months ago ago by Olga Barlow
Hello guys,
i would like to know how can i make something like the image i’m showing in the example
Hello,
.single-product .quantity,
.single-product .single_add_to_cart_button {
width: 49%;
justify-content: left;
}
.single-product .quantity input[type="number"] {
max-width: 100%;
}
.single-product .quantity{
margin-right: 2%;
}
.single-product .single_add_to_cart_button {
margin-right: 0px;
}
Regards
Hello,
thank you very much!
That worked perfectly with the “add to cart” button, but can we make the quantity option to be like that, next to one another ?
Hello,
Make sure that the code was added correctly. Compare http://prntscr.com/n42o9g and http://prntscr.com/n42oed and change the code on your site > http://prntscr.com/n42os9
Regards
Perfect!
Thank you very much !
Hello,
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up