Hi,
This option is not available in the plugin, I’m sorry.
You can only disable it on mobile using media queries.
Cheers,
Hi,
Thanks for the reply! Can show how to disable it by media queries?
Best Regards
Hi,
I will need the URL where the WP Latest Post news block is loaded.
Cheers,
Hi,
Here is the link: test site
Cheers,
Hi,
Could you add the following code on the custom css panel of the new block?
@media only screen and (max-width: 1024px) {
div.wpcufpn_outside.wpcufpn_widget_168 {
display none !important;
}
}
Cheers,
Hi,
Thanks for the code, maybe I did not explain well. I still want to display the content, just when I scrolling my page on mobile, it will start sliding to left/right (please see attached screenshot). So can I disable the sliding effect? Sorry for my poor English.

Cheers
Hi,
This is not something currently possible. After implementing the new layout in the upcoming weeks, we’ll take a look if that would be possible.
Cheers,