Este es el codigo que deseo ocultar..
Código HTML:
Ver original
yo hice asi el css.. pero jamas me oculto nada.. :(
Código CSS:
Ver original
@media screen and (max-device-max-height: 320px) and (max-device-max-width: 240px) { .search_and_share{ display:none } } @media screen and (max-device-max-height: 240px) and (max-device-max-width: 320px) { .search_and_share{ display:none } } @media screen and (max-device-max-height: 320px) and (max-device-max-width: 480px) { .search_and_share{ display:none } } @media screen and (max-device-max-height: 480px) and (max-device-max-width: 800px) { .search_and_share{ display:none } } @media screen and (max-device-max-height: 640px) and (max-device-max-width: 480px) { .search_and_share{ display:none } } @media screen and (max-device-max-height: 800px) and (max-device-max-width: 480px) { .search_and_share{ display:none } } @media screen and (max-device-max-height: 800px) and (max-device-max-width: 600px) { .search_and_share{ display:none } } @media screen and (max-device-max-height: 1024px) and (max-device-max-width: 600px) { .search_and_share{ display:none } } @media screen and (max-device-max-height: 1024px) and (max-device-max-width: 768px) { .search_and_share{ display:none } }
Noseeee que puedeee estar maal.. pero probee en varios dispositivos moviles asi como en saucelabs.com y en quirktools.com/screenfly/ .Seria tan buenoo que alguien me pudiese ayudar, nose si esta mal el planteamiento.. Pero de Antemano Muchas Gracias!!