• Resolved cowtipping

    (@cowtipping)


    Hi.
    I’ve got the slider working great on my homepage but when I look on my phone or decrease browser width it doesn’t show up. Any clues?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    The slider is hidden at a screen width < 599px.
    If you want to change this behaviour, add this to a custom CSS plugin:

    @media only screen and (max-width: 599px) {
         .flexslider {
             display: block;
         }
    }

    Thread Starter cowtipping

    (@cowtipping)

    Thanking you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider doesn't show in 'responsive' mode’ is closed to new replies.