2 column carousel for mobile

Preview demo

I'm really annoyed that the carousel Element doesn't allow to set >2 columns on phone resolution. This was my support ticket submitted over 1 year ago. And the answer from them: "Unfortunately Brizy can't do this". What ?

Luckily, I found a CSS solution that can make the Carousel work with 2 columns in my phone screen.



This content has been hidden.

Please Donate or Complete Survey (advertisement) to unlock free.

CSS code:

add CSS Class: wtr-slick


copy paste code css to CSS Custom


/*-- 2 column screen phone --*/
@media (max-width: 500px) {
.wtr-slick .slick-list.draggable {
padding-right: calc(50% + 8px);
}
}

How to use it

Download file demo.zip, upload to Brizy. Done (Then you can see the css code from here)

  1. Click download demo.zip
  2. To import, go to a page >> click on "add a new block" >> select "saved" tab >> click on "import new block" >> Upload your zip file >> Completed.
  3. Customize to your fancy. Watch the video tutorial here

*Note: License Pro is required for the functions to work

Key word: