Slider fixes
If recommendations are displayed when the slider is inactive, but not when it is active, the solution could be to add the below CSS to your site. This is a common fix for WooCommerce stores.
/* Engage rec */
ul.splide__list{ flex-flow: nowrap !important; }
button.splide__arrow{ min-height: auto !important; }
Last modified 4mo ago