Hello!
I need a little help in configuring the slider for my website. I want the slider with sticky posts to be visible in desktop and ipad version, and hidden in mobile version. I used the code
@media screen and (max-width: 760px) {
#slider {
display: none;
}
}
but this totally hides the sticky posts. What I want to accomplish is for the slider to be hidden, but the sticky posts to show on top of other posts in mobile version. How can I do that?
My website is http://www.rolug.ro.
Thanks!