Hello,
I’m new to x theme and website building in general. How can I hide the blog post slider on certain screen sizes? So far I’ve been able to hide the post carousel for smaller screen sizes using the following CSS. I have not been able to figure out how to hide the blog post slider.
@media (max-width:480px){
ul.x-post-carousel.unstyled.slick-initialized.slick-slider {
display: none !important;
}
}
Thank You,
Adrian