Hello,
- We added block type POP-UP to our product page to display size chart. How to remove extra space above and below Pop-up block.
- Also possible to remove extra space above Text Block ??
extra space marked in red below
Thanks
Hello,
extra space marked in red below
Thanks
Hi @fostino
Would you mind sharing your store’s URL so we can provide a solution for that? Thanks!
@fostino Please send me your store URL
@fostino
kindly Share your Store URL,
So that we can check and fix it.
Hi @fostino ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
@DelightCart @Zworthkey @JHKCreate @AvadaCommerce
https://fostino.com/?_ab=0&_fd=0&_sc=1
link to our theme copy where we added popup before making it to live.
Thanks
Use an Size chart app.
in Size chart app you can Edit the Text and Sizes according to you need.
Thank you.
To reduce use of apps, have made size chart page and linked it to popup block.
Its just that popup block have extra space above and below on produce page which needed to be removed.
Hi @fostino ,
Add the following code to your theme.css file
.product__info-container .product__text {
margin-top: -15px !important;
}
.product__info-container .sezzle-widget-wrapper, .product__info-container .no-js-hidden {
margin-top: 0 !important;
}
Hope it helps!
Thanks man for solution
since we are using DAWN theme have added your code to base.css
and removed (.product__info-container .sezzle-widget-wrapper,) since it was adjusting widget of sezzle.
Thanks & Regards
Hi @fostino ,
Smart Moves! You are welcome.