blank space in product widget
-

KHParticipant
Hi, Pls go here https://www.khai.la/faqs/ and you will see that there’s blank space as described in this screenshot https://www.dropbox.com/s/lhguvji8157u4ug/sc3.png?dl=0. However, if you go here https://www.khai.la/368/, there’s no blank space at all, see this screenshot https://www.dropbox.com/s/cjzw38lj7vo4xp4/sc4.png?dl=0.
I thought it could be my custom css that may case this issue. So I switch to the parent theme, but no change. It’s still the same. That widget is woocommerce product widget. Why it has different looks.
Hello,
Please use the below css code in Theme Settings >> Custom css >> Global Custom css:
.widget-product-info br {
display: none;
}
Best Regards.

KHParticipant
Before update, I don’t see this problem at all. After update, “widget-product-info br” comes from where?
Hello,
Actually it’s your server cache issue that’s why that br tag shown.
Screenshot: https://jmp.sh/JWsOuII
Also I noticed that your issue is resolved with my given css code and there is no blank space shown now.
Screenshot for clarification: https://jmp.sh/MjWMQuE
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful weekend.
Topic Closed.
Best Regards.