Rendre le footer sticky

⚙️ Type de code : CSS
🗃️ Catégorie de code : Elementor
				
					/* Footer sticky bottom */
.elementor-location-footer {
position: fixed;
bottom: 0;
z-index: 999;
}

/* Forcer sticky footer en bas */
body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
.elementor-location-footer {
margin-top: auto;
}
				
			

Informations à propos de ce code

Autres code dans la catégorie « Elementor »

Rechercher un produit ou un service...