How to do it horizontal scroll plugin JetSmartFilter Visual on Elementor?

14 Views Asked by At

enter image description here

I installed je smartfilter visual on the site, how do I make this filter horizontal and scroll on the mobile version?

Inserting this css did not help:

selector ul {
     white-space: nowrap;
    overflow-x: auto; 
    overflow-y: hidden;
    flex-wrap: inherit !important;
    scrollbar-width: none; 
}
 
selector ul::-webkit-scrollbar { 
  display: none; 
}
0

There are 0 best solutions below