Slider on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • #6666
    carter_silverspn
    Participant

    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.

    #6692
    Daniel Tara
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.