Hi @interflora,
Thanks for your valuable feedback.
Currently, there is no direct option to hide on mobile view in the plugin. However, it is simple to accomplish by adding a few lines of custom CSS. To hide the carousel on mobile view, enter the following CSS into the plugin’s custom CSS field. For a better understanding, refer to the screenshot.
@media only screen and (max-width: 480px){
.wpcp-carousel-content-wrapper {
display: none;
}
}
Hopefully, the code will work and we will appreciate it if you revise your review.
Let us know if the code works. Have a great day!