Hi There
Is there a way I can edit my variant and the quantity selector to be on the same line like this?
From This
To this
for both mobile and desktop. Thanks
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
Thanks for details
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.product-form {
position: relative;
}
#ProductSelect-product-template + .product-form__controls-group {
position: absolute;
right: 20px;
width: auto;
display: inline-block;
top: 32px;
}
.product-form__controls-group {
flex-wrap: nowrap;
width: 80%;
}
.product-form__item {
padding: 5px;
}
After coding This view
User | Count |
---|---|
546 | |
209 | |
125 | |
80 | |
41 |