• I’ve got the slider in a half-width section on my home page. The reviews, specifically. The browser/device width seems to be basing its calculation off the entire screen width, and not the row width. This means that as soon as the screen reaches a certain width, it doubles the columns. But At the same time, the section responsively moves to a new column and stays roughly the same size, but the items displayed jumps to two.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    That’s the way CSS Media Queries (and JavaScript device/viewport width calculations) normally work. Shouldn’t affect anything though, because the theme responsiveness also work using screen width.

    if your theme switches to one column at 980 pixels device width, then simply set your number of slides visible to 1 under 980 pixels. So set number of slides to 1 for all screen sizes should work.

Viewing 1 replies (of 1 total)

The topic ‘Browser/Device Width Bug’ is closed to new replies.