Position:sticky isn’t recognised
-
Hi there, for some reason, my WordPress site doesn’t recognise the Additional CSS – position: sticky. Please see my code below. Any help would be much appreciated! The word ‘sticky’, remains in black, it is not recognised as valid code.
/* sticky widget */
.sk-app-container {
position: sticky;
left: 0;
bottom: 0;
width: 100%;
background-color: black;
color: white;
text-align: center;
z-index: 1;
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Position:sticky isn’t recognised’ is closed to new replies.