I have a slider revolution set up to display differently for each device type, but I am running into and issue on mobile phones when it’s in landscape mode. Here is what the page looks like vertically on mobile:
And here is what is looks like in landscape on mobile:
I want it to look like this in landscape:
I believe the problem is that the landscape resolution for mobile phones (I am testing it on iPhone) falls into the resolution for a tablet. And since the tablet resolution is set to work vertically on a tablet, it ends up looking bad on the landscape mobile phone.
I don’t run into the same issue for a tablet since the landscape resolution for a tablet (I am testing it on iPad) is greater than 1024px, and therefor it displays the slider layout for a notebook.
Any idea how I can get the landscape on mobile to show the slider layout for a notebook or computer?