Wrapper Moving Facets Above Results post Integration

Hi Team,

My client recently went live, and I noticed that facets is being forced into the real estate above the answers results (on desktop view) - rather than spilling over onto the side (which I think looks a bit better).

Am I able to css target this on my end? or is this something the client would have to modify - and if so, which class specifically would that be?

In case it’s not clear, the desired end product is this:

Best,
Luc

Hi Luc,

This is likely the case because there’s a container wrapping Answers with a max-width. You can usually see this via inspect element, and unchecking that css rule. Instructing the client to remove that rule will fix this.

Separately, we have a fix coming out in the next theme that will prevent the filters from ever floating to the top. It would show the filters in the collapsed state (you’d see a link that would click to expose the filters overlaying the results).

I would recommend reaching out to the client to remove the width constraint. Let us know if this does the trick!

Thanks,
Rose

2 Likes

All set!! Client took care of it this morning. Thank you for your help!