Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/03/2015, 10:22
MMan
 
Fecha de Ingreso: febrero-2015
Mensajes: 61
Antigüedad: 9 años, 2 meses
Puntos: 15
Respuesta: menu desaparece en dispositivos moviles

Código CSS:
Ver original
  1. @media screen and (max-width: 865px) {
  2.     .secondary-navigation { width: 100% }
  3.     .main-navigation #navigation {
  4.         text-align: center;
  5.         border: none;
  6.     }
  7.     #navigation ul {
  8.         float: none;
  9.         display: inline-block;
  10.     }
  11.     .secondary-navigation {
  12.         padding: 5px 0;
  13.         background: none;
  14.         border-bottom: 0!important;
  15.     }
  16.     .js #navigation > ul {[B][COLOR="Red"] display: none[/COLOR][/B]}
eso es lo que tienes