• Priority: 0
  • Status: Waiting on customer
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 14.03.25, 02:22
  • Opened by: Olalon SCP

Ticket #25984 - product filters on catalog not showing on mobile

Hi, I’m not sure how to show product filters on mobile. On desktop version works fine, but when I switch to my mobile phone the filters are not showing.

The example is here: https://delfa.es/25-grabadores-videovigilancia-hd-xvr-5-en-1 as you can see the product filters are on the left panel, but when I switch to mobile they are not showing. On the demo it shows a small arrow on the right side, but can’t find how to do it.

Thanks.

Comments

Olalon SCP 18 Mar 2025, 17:53

Hello there! Any update here? Thanks!

Fred 18 Mar 2025, 21:36

Hi, Olalon SCP.
Sorry for the delay.
Try this CSS fix:

@media (max-width: 800px) {
    #left-column {
        position: static;
        float: none;
        transform: translate(0);
        padding: 0;
    }
}
Olalon SCP 20 Mar 2025, 03:50

Thanks Fred! It worked!

Fred 20 Mar 2025, 15:28

You are welcome!