Home Forums WoodMart support forum blank space in product widget

blank space in product widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #148483

    KH
    Participant

    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.

    #148566

    Hello,

    Please use the below css code in Theme Settings >> Custom css >> Global Custom css:

    .widget-product-info br {
        display: none;
    }

    Best Regards.

    #148580

    KH
    Participant

    Before update, I don’t see this problem at all. After update, “widget-product-info br” comes from where?

    #148592

    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.

Viewing 4 posts - 1 through 4 (of 4 total)