I’m using Module Class Suffix (hidden-xs hidden-lg hidden-md hidden-sm) to show different versions of the same module on different devices.
This works fine on the desktop computer when tightening the browser window and also when testing on http://mobiletest.me in all device emulators.
Just in the Apple iPad mini emulator it shows multiple version of the same module, as you can see here:
http://mobiletest.me/ipad_mini_emulator/?u=http://www.inoltrepo.com/immo
Here a few examples from double and also more modules:
Is there a way to avoid this? Maybe by adding some CSS code?
It's difficult to test the website on all different devices and I would like to be sure this will not happen on any device.
Thanks for helping!