Shopify themes, liquid, logos, and UX
Make the same space between Quantity title and button as the variant selector title and button,
Using Dawn 15 misteri.ca
Solved! Go to the solution
This is an accepted solution.
Hey @MiguelMaya
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.product-form__input .form__label {
margin-bottom: 5px !important;
}
quantity-input.quantity {
margin-top: 0.7rem !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @MiguelMaya
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.product-form__input .form__label {
margin-bottom: 5px !important;
}
quantity-input.quantity {
margin-top: 0.7rem !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @MiguelMaya
Go to online store ---------> themes --------------> actions ------> edit code------->assets------>section-main-product.css----> line number 351
add this code at the bottom of the file.
.product-form__quantity .form__label {
margin-bottom: .6rem;
}
and replace with this code.
.product-form__quantity .form__label {
margin-bottom: .8rem;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
HI @MiguelMaya
You can follow this step
Go to online store->edit code->theme.liquid file-> inside <style></style> tag add the bellow code
.product-form__input
.form__label {
margin-bottom: 5px !important;
}
quantity-input.quantity {
margin-top: 0.6rem !important;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025