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

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -