more collections on one row

Hi Robert8

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file component-slider.css and add this code at the end of the file
@media only screen and (max-width: 760px) {
  ul#Slider-template--24305545838919__collection_list_ckEtyK {
    flex-wrap: wrap !important;
  }
}

- Result:

Best,
Esther