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?

    deftosxromata

    You can add this custom CSS into your site:

    .ja-filter-wrapper .filter-content .filter-items label span {
        word-break: break-all;
    }
    Write a Reply...
    You need to Login to view replies.