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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -