Home Forums WoodMart support forum Bug: Cleared filter keeps margin

Bug: Cleared filter keeps margin

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

    atpd23
    Participant

    Hello,

    I have only imported a prebuild website without any customizations in Theme settings or anywhere else. Then I have applied a filter in the product archive page. After that, I have cancel the applied filter by clicking “Clear filters” button. The filter was canceled, but as you can see in the attached file, it keeps bottom margin of the canceled filter.

    Please see the attached file, there it’s clearly explained step by step.

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #421653

    Luke Nielsen
    Keymaster

    Hello,

    May I request you provide admin access to the website so I can investigate the issue there?

    Looking forward to collaborating with you!

    Kind Regards

    #422218

    atpd23
    Participant

    Hello,

    I am sending admin access info in the private content.

    Best Regards

    #422455

    Luke Nielsen
    Keymaster

    Hello,

    For now, please add the below code into the “Global Custom CSS” area (Theme Settings -> Custom CSS) to fix it.

    .wd-shop-active-filters:not(:has(.wd-active-filters)) {
    	display: none;
    }

    In general, in our next update, we will fix that issue.

    Kindly accept our sincere apologies for the inconvenience caused to you and don’t hesitate to reach out if you have any additional questions.

    Kind Regards

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