We just implemented the slider of sticky posts on our blog and while it displays great on browsers and desktops, it looks awful on mobile. The post title and excerpt are larger than the space allotted for them so everything gets jumbled and cut off.
The workaround we came up with was turning of the auto-resizing of the theme by editing the #wrapper in style.css, but we’d love it if there was a way to disable the slider for certain screen sizes. Or if there’s something we can do to fix the slider on mobile that would be great too.
We love the theme and the auto-resizing was one of our favorite features, so we’re bummed that we have to disable it to make the sticky posts display well on mobile.
You can create custom excerpts that are shorter than the defaults, this way you can make sure text won’t get cut off on mobile. In style.css you can add #slider { display:none; } to @media screen and (max-width: 640px) to hide the slider.