Stop carousel on mobile

Is it possible to stop the carousel displaying on a mobile size page? I still want it to show on the full size page.

Hello @waynepatt58,

Thanks for writing to us.

Regretfully there is no option to stop the carousel on the mobile but you can hide through the custom CSS code.

@media(max-width:979px){
.home ul.x-post-carousel {
display: none;
}
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps.
Thanks

thanks will try that

Hello @waynepatt58,

Please let us know how it goes.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.