Support » Plugin: eCommerce Product Catalog Plugin for WordPress » Product/Category Filters Not Showing

  • Resolved diamw01

    (@diamw01)


    Hello.

    The styles placed within the plugin code have made filter options not fully display in the filter bar of the collection page for MOBILE/TABLET version. I have tried looking at the plugin files as well as adding additional CSS but nothing is working. See Screenshot Please help.

    *THIS SITE IS FOR LOOKBOOK PURPOSES ONLY.*

    • This topic was modified 2 years, 6 months ago by diamw01.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ndre

    (@ndre)

    Hi @diamw01,

    Thank you for using the eCommerce Product Catalog and reporting this issue.

    It looks like the problem is related to the theme styling. It adds some styling to the grid element.

    Please add the following custom CSS to fix this problem:

    body div.product-list {
        width: 100%;
        overflow: hidden;
        padding-bottom: 10px;
        margin: 0;
        display: block;
        float: none;
    }

    We will also add it in the next version to avoid such issues.

    Thread Starter diamw01

    (@diamw01)

    Thanks! It’s working now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product/Category Filters Not Showing’ is closed to new replies.