Making featured image move with scroll down page?
-
Hello all, wondering if someone can help me out.
We have one featured image on our product pages, and text in our short description. Problem is, when we have a lot of text in our short description, we scroll down the page and the featured image obviously disappears out of site as we continue to scroll down and read the short description.
Would there be a way to make the features image (and possibly any thumbnails under it) sticky?. In other words, as the user scrolls down to read the short description, the featured image and thumbnails stay in view until we get to the end of the short description and the page then acts as normal?.
I found this code:
.woocommerce-product-gallery {
position: sticky!important;
top: 0!important;
}… but the overflow (I think that’s what it’s called) just then lets the tabs and long description go through the featured image.
Any help greatly appreciated.
Marko
- The topic ‘Making featured image move with scroll down page?’ is closed to new replies.