Disabling post carousel

Hi, I would like to disable the post carousel on mobile devices. Is there an easy way to do this?

Thanks

Hi there,

Please add this code in the Global CSS:

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

Here are some reference links related to the suggestions above:

Hope this helps.

Great thank you, this worked perfectly.

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

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