10988 shaares
368 liens privés
368 liens privés
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;
}