el menu para movil cuando le hago scroll a la pantalla, no baja hacia abajo y se queda fijo arriba, como hago para que baje hacia abajo el menu para el movil?, gracias un saludo
Hi there,
Thanks for writing in.
Please add this CSS to your global custom CSS.
@media ( max-width: 979px ) {
.x-navbar-fixed-top {
position: fixed;
width: 100%;
}
}
If you’re on Pro header, then simply toggle on the Sticky option of your header bar.
Thanks!
Si funciona muchas gracias, no vi esa clase en inspeccionar elemento, gracias
De nada.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.