• Priority: 0
  • Status: Waiting on customer
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 13.03.24, 12:48
  • Opened by: Victor Vilette

Ticket #25404 - Faceted filters expand on click

Hi,

Do you know if it possible to click on the entire width to expand filters on my faceted search.

I can only navigate to the right arrow to deploy the filter, it’s not intuitive

Thanks.

Attachments:

filters.jpg (13.6 KiB)

Comments

Fred 14 Mar 2024, 09:00

Hi, Victor Vilette.
Try this CSS

.facet-title {
    position:relative;
    .title {
        position: absolute; 
        width: 100% !important;
    }
    .navbar-toggler {
        text-align: right;
    }
}

Paste it into Theme Settings → Customer CSS

Victor Vilette 14 Mar 2024, 09:42

Everything is working. Thanks.

Fred 14 Mar 2024, 09:47

You are welcome!