How do you decrease the space as indictated by the arrows I drew on here. I added some code but I can’t seem to close the padding. Please help. The url is www.whoglobal.shop
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
modal-opener.product-popup-modal__opener.quick-add-hidden {
margin: 0 !important;
}
p#Inventory-template--24123061305640__main {
margin-bottom: 0 !important;
}
variant-selects#variant-selects-template--24123061305640__main {
margin-top: 0 !important;
}
Result
Best,
Liz
In your previous post I’ve already provide the code. BUt if you like more lesser space. TRy this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
modal-opener.product-popup-modal__opener.quick-add-hidden {
margin: 0;
}
.product__inventory {
margin-bottom: 0;
}
variant-selects {
margin-top: 0 !important;
}
- And Save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @samueljoonjung ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.product-popup-modal__button {
min-height: 0rem !important;
}
modal-opener.product-popup-modal__opener.quick-add-hidden {
margin: 0px !important;
}
Hey @samueljoonjung
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed







