Site logo

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,

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.