css3 - Tablet Emulators, CSS Mobile Media Tags -
i using code:
@media (min-device-width: 400px) , (max-device-width: 1020px) { .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {float:none !important;} }
when view website on actual tablet, code seems work fine. however, when view site on tablet emulator website, doesn't work.
am doing wrong syntax ?
as far understand emulator not treated "device", therefor media query not apply it. emulator opening website in iframe, simple min/max-width query apply.
Comments
Post a Comment