Cita:
Iniciado por chrishxc Desconozco el código que usas. Yo uso el siguiente y funciona:
Código:
@media handheld, only screen and (max-width: 767px) {
.search_and_share{
display:none;
}
}
@media only screen and (max-width: 1023px) {
.search_and_share{
display:none;
}
}
Mano de santo ;)
FUNCIONO DE MARAVILLA!!!! GRACIAS COMPAÑERO!!! 100% RECOMENDADO!