Shopify themes, liquid, logos, and UX
Can i remove the padding between the title and the ML Quantity, or even make it way less.
URL is www.lunalucente.com
Hey @lunalucenteskin
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>
.main-product__block.main-product__block-custom_text {
margin-top: 0 !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 @lunalucenteskin
Sure, You need to add css for it.
.main-product__block.main-product__block-custom_text {
margin-top: 10px;
}
yes you can remove the spacing just go to
online store
edit code
custom.css
and paste the code in it at the bottom
.main-product__block.main-product__block-custom_text {
margin-top: 0;
}
- Helpful? Like and Accept solution to let me know or Buy me Coffee !
- If I managed to help you then, don't forget to Like it and Mark it as a Solution!
- if you need more help or want me to do the task for you? Then Email Now or Message me on Fiverr
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello @lunalucenteskin
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> main.css
add this at the end of the file.
.main-product__block + .main-product__block {
margin-top: 10px;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hello @lunalucenteskin
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.main-product__block-custom_text {
margin-top: unset !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025