Hello community,i need to put the quantity selector on the left align in desktop and mobile devices.
@VisarK - can you please share this page link?
Hi @VisarK ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
@VisarK - please add this css to the very end of your base.css file and check
label.quantity__label.form__label {
text-align: left !important;
}
quantity-input.quantity {
margin-left: 0;
}
Thanks @BSSCommerce-HDL it works.
Thanks a lot @suyash1
