• Hola
    Tengo activa la opción de cabecera fija, pero esta solo funciona en escritorio, como puedo hacer para que funcione en celulares y en tablets?

    Gracias

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,
    sorry for the late.
    You can use a code like this in custom css

    
    @media only screen
    and (max-width : 1023px) {
      header#masthead {
        position: fixed;
      }
    }
    • This reply was modified 2 years, 3 months ago by Armando.
Viewing 1 replies (of 1 total)
  • The topic ‘Cabecera fija no funciona en celulares y tablet’ is closed to new replies.