Hi, I would like to disable the post carousel on mobile devices. Is there an easy way to do this?
Thanks
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:
CSS Introduction - https://goo.gl/mFuWQT
How to get CSS Selectors using Chrome - https://goo.gl/BmoH39
CSS Media Queries - https://goo.gl/L3ZHNg
Hope this helps.
Great thank you, this worked perfectly.
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.