• Closed by: Marek
  • Closed on: 15.04.19, 16:04
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14231 - Mobile version - Filters deployed

Hi, we have a problem with the mobile version. When we enter a product category, the filters are automatically deployed. They must be closed by default. How to proceed please?

Comments

Marek 10 Apr 2019, 21:44

Hi, Antoine.
That is only your mind about filters, other customer asked me to make them open by default, but ok.
Please give me a link to your store to see the issue

Antoine Coulloudon 11 Apr 2019, 10:28

Hi Marek. Here is the link: https://life-store.com

Marek 11 Apr 2019, 22:23

Try to enable this option http://take.ms/C75oi

Antoine Coulloudon 12 Apr 2019, 16:35

It doesn’t work as we want the filters to be deployed on desktop but not on mobile. With your option, it will not be deployed on desktop

Marek 13 Apr 2019, 13:40

Try following CSS:

@media (max-width:768px) {
#search_filters .facet .collapse.in {display: none}
#search_filters .facet .collapse {display: block}
}
Antoine Coulloudon 15 Apr 2019, 16:02

Thanks, it works fine !