• Hi,
    After configuring the filters, I see that the drop-down appears behind the WooCommerce products. I have seen in another thread of this forum that it can be solved by adding a z-index command in the CSS, but in my case it hasn’t worked.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    The z-index fix won’t work with your Theme due to the position of your products, please contact your Theme’s Developers and let them know about this issue or you can add some space below the Filters to fit the dropdown by adding this CSS to wp-admin > Appearance => Customize > Additional CSS:

    .wpf_items_wrapper {
      margin-bottom: 60px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Dropdown visibility’ is closed to new replies.