10964 shaares
365 liens privés
365 liens privés
46 résultats
taggé
css
The easiest way to stick your header throughout your entire website is to add the following custom CSS in the Additional CSS box:
header.wp-block-template-part {
position: sticky;
top: var(--wp-admin--admin-bar--height, 0);
z-index: 10;
}
header.wp-block-template-part {
position: sticky;
top: var(--wp-admin--admin-bar--height, 0);
z-index: 10;
}
-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.7);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.7);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.7);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.7);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.7);
mso-table-lspace
@amelieturgeon Great! Feel free to write a nice blog post about it in ;-) #SFLenLiberté #css