Mobile showing desktop filtering options

Mobile showing desktop filtering options

ab-hewits
Visitor
2 0 0

Enabled filtering on my site and its working fine on desktop, however, on mobile it is displaying both the desktop filter (horizontal) and mobile filter (drawer) options when it should only have the drawer tab.

 

Desktop:

abhewits_0-1742222421253.png

 

Mobile:

abhewits_1-1742222444302.png

 

 

Reply 1 (1)

WebDeskSolution
Shopify Partner
226 51 60

Hello @ab-hewits 

 

Please follow the steps below after logging into the Shopify admin:

 

  • Go to your Shopify Admin panel.

 

 

  • Click on Online Store > Themes.
  • Find the theme you want to edit and then click Actions > Edit code.
  • Search base.css
  • Insert the provided CSS code at the end of the file and save the changes.

 

@media screen and (max-width: 749px)
{
    .facets-container > facet-filters-form
    {
        display: none !important;
    }
}

 

Please hit Like and Mark it as a Solution if you find our reply helpful.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021