I'm looking to replicate a sticky sliding icon set on both the left and right using CSS. While the right side icons with text are working perfectly, the ones on the left side are not functioning as expected.
Here's the code snippet:
.sticky-container{
/* CSS properties */
}
.sticky li {
/* List item styles */
}
.sticky-container-first {
/* CSS properties for first container */
}
.sticky-first li {
/* List item styles for first container */
}
The demo page can be found at . I need assistance in getting the sliding icons to work on both sides. Any help would be greatly appreciated. Thank you in advance.