Z index disappears on mobile
Hi guys,
You've been awesome help so far. Promise to stop asking questions soon!
If you look at gettatrainer.com you'll noticed that the white iPhone is z index over the revolution slider. But, on mobile, this disappears. Why is that? I need it to stay on mobile.
My css is position: absolute; z-index: 2; left: 800px; top: -200px;
You've been awesome help so far. Promise to stop asking questions soon!
If you look at gettatrainer.com you'll noticed that the white iPhone is z index over the revolution slider. But, on mobile, this disappears. Why is that? I need it to stay on mobile.
My css is position: absolute; z-index: 2; left: 800px; top: -200px;
Comments
the phone disappear because of your absolute position (800px left and -200px top). If you want to display phone on mobile devices, you can not set such positions because it would never work.