Hello, when screen width goes 769 then there is some cropping in the text of the megafilter sidebar words.
Please see attachment.
How can I cope with this?
Text cropped in sidebar
Could you share the URL of that filter page so I can check?
You can add this custom CSS into your site:
.ja-filter-wrapper .filter-content .filter-items label span {
word-break: break-all;
}