Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support vidyakv

    (@vidyakv)

    Hi @macarrier,

    Thanks for reaching out to us.

    This issue is due to a conflict with your theme. Your theme is attaching an additional class of ‘selection-box’ to all dropdown elements on the page. This is preventing the user from clicking the dropdowns.

    To fix this issue, please add these styles to your theme customizer’s additional CSS section and let us know the result.

    .awsm-filter-item .selection-box {
    position: static;
    }
    .awsm-filter-item .selection-box::before,
    .awsm-filter-item .selection-box::after {
    display: none;
    } 

    Regards,
    Vidya K V

    Thread Starter macarrier

    (@macarrier)

    that did the trick alright.

    Thanks!

    • This reply was modified 4 years, 6 months ago by macarrier.
    Plugin Support vidyakv

    (@vidyakv)

    Hi,

    Welcome! Happy we could help you out. Between if you have a moment, I would very much appreciate it if you could quickly rate our plugin here, just to help us spread the word.

    Thanks
    Vidya K V

    • This reply was modified 4 years, 6 months ago by vidyakv.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter not opening in responsive’ is closed to new replies.