Skip to main content

Show half of next slide on mobile

Introduction

Follow these steps to show half of the next slide on mobile - it will look something like below

Add this CSS to Divi > Theme Options > Custom CSS

@media (max-width: 980px) {
.dmach_carousel_container .slick-list {
padding: 0 30% 0 0 !important;
}
}

Add this CSS to Divi > Theme Options > Custom CSS

@media (max-width: 980px) {
.et_pb_de_mach_acf_slider .slick-list {
padding: 0 30% 0 0 !important;
}
}