Product bottom carts and buy now strip line is cut off on some products
-
Hello team,
I see some of the products bottom carts and buy now strip line is cut off on some products, can you please tell me how to fix this.
See this to understand my issue: https://prnt.sc/s5n8wx
Thank you so much!
Hello,
I saw the screenshot you attached and visited your website. It’s not cutting off the area it’s displaying and because of the height it is displaying the scrollbar with it.
Please add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.product-grid-item .quick-shop-wrapper {
overflow: hidden;
}
.product-grid-item .quick-shop-wrapper .quick-shop-form {
padding: 10px;
}
Best Regards.
Thanks for your quick response 🙂
The above CSS is hiding the scrollbar, Buy now and Add to cart strip from some products. I don’t want to hide it. Because after hiding it, how the customer will be able to click on add to cart or buy now button?
See here, there is no button to perform any task here, only showing product: https://prnt.sc/s5ntql
Let me know if we can fix it without hiding it because hiding it doesn’t make sense.
Thank you so much!
Hello,
I saw the screenshot you attached. Its behaving like that because the product you mentioned in the screenshot have two or more variation dropdowns. Unfortunately, you cannot display the buttons without hiding the scroll bar.
It requires customization and this is beyond our limitations and support policy.
Best Regards.