• The built-in slider for the front page works perfectly on my desktop, but when I use my mobile, the responsive nature doesn’t work. The, albeit few, words that I have on each slider get cut off or hid on a mobile, and I want to know if others have had this problem as well – and what to do about it.

    Alternatively, I don’t mind grabbing a new plugin for responsive sliders, but I’m not sure where to put it. I tried one plugin using a shortcode on my “Home” Page but nothing showed up.

    Help?

Viewing 1 replies (of 1 total)
  • atlcr

    (@atlcr)

    I ended up not using the slider on smaller screens by adding this to the css:

    @media all and (max-width: 800px) {
    .slider {display:none;}
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Front Page Slider not Being Responsive’ is closed to new replies.