In my featured product section, how can I make the color and quantity selections on the same line?
Hallo @Tanvir11110
You can add code by following these steps to change
- Go to Online Store → Theme → Edit code > base.css(at bottom)
@media only screen and (min-width: 1150px) {
div#ProductInfo-template--17543218331954__main {
position: relative !important;
}
.product-form__input.product-form__quantity {
position: absolute !important;
top: 111px !important;
z-index: 11 !important;
right: 130px !important;
}
}
If you require any further information, feel free to contact me.
Best regards,
Hi @Tanvir11110
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Victor | PageFly
This worked perfect. Thank you so much @PageFly-Victor !
send url


