I want to remove the whitespace above and underneath the “maattabel”. The maattabel is a pop-up.
anivera.nl
Gracias!
A user seeks to remove unwanted white space appearing above and below a size chart (“maattabel”) pop-up on their Shopify store.
Proposed Solution:
.product-popup-modal__opener and .product-popup-modal__button.link elements!important flagsStatus: The solution provider shared CSS code and a screenshot showing the expected result. The issue appears to be resolved pending user confirmation.
I want to remove the whitespace above and underneath the “maattabel”. The maattabel is a pop-up.
anivera.nl
Gracias!
Hi @Millione ,
Here are the steps you can follow:
1, Navigate to Online Store > Themes > Edit Code.
2, Locate and open the base.css (or theme.css, custom.css) file.
3, Paste the code snippet provided below at the bottom of the file, then save your changes.
.product-popup-modal__button.link {
min-height: unset;
}
.product-popup-modal__opener {
margin: 0 !important;
}
Here is the result
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!