10973 shaares
367 liens privés
367 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;
}