Archived topic
Fijar varias secciones de la cabecera
1 reply · Started by Centro Médico Pinar on June 28, 2021
Viewing posts 1–2 of 2
Hola,
Quisiera fijar o hacer pegajosa varias sesiones de la cabecera en mi página web https://mdhcentros.es/ desde la barra superior azul, hasta el menú amarillo así como este ejemplo https://www.hawkerscolombia.co/
Gracias.
Hola,
Try this CSS:
.top-bar, .gb-button-wrapper-a8f1a546, #masthead, .gb-button-wrapper-b5678923 {
position: sticky;
z-index: 99;
}
.gb-button-wrapper-b5678923 {
top: 135.75px;
}
#masthead {
top: 83px;
}
.gb-button-wrapper-a8f1a546 {
top: 37px;
}
.top-bar, gb-button-wrapper-a8f1a546 {
top: 0;
}
This archived topic is closed to new replies.