responsive columns
-
hi i used to use the logo-showcase-functions.php to show responsive numbers of columns on my webpage, but it is not working after the recent update of the plugin. I restored the older version from my backup and it works fine. can you help me with this please? the changes that I made is shown as follow.
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 4,
slidesToScroll: 4,
infinite: true,
dots: true
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
centerMode:false
}
},
{
breakpoint: 400,
settings: {
slidesToShow: 2,
slidesToScroll: 2,
centerMode:false
}
}
]
});
Thanks in advance.
The topic ‘responsive columns’ is closed to new replies.