How can I make a product image sticky on Fashionopolism theme?

How can I make a product image sticky on Fashionopolism theme?

jaygupta-tech
Shopify Partner
47 0 8

Hii

I am using Fashionopolism theme

I have two section left side image right side description and my description too large that's why below the image too much space so I want image have stick until the description end scrolling after then new section show Please tell me the css property

 

How can I do it please tell

 

Store link: https://www.aristavault.com/collections/finger-lock-series/products/finger-lock-smart-laptop-bag-bla...

 

Replies 6 (6)
jaygupta-tech
Shopify Partner
47 0 8

Thank you very much

This is working.

PageFly-Henry
Shopify Partner
1184 335 295

Hi @jaygupta-tech 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file stylesheet.css

Step 3: Paste the below code at bottom of the file -> Save

 

.rio-media-gallery {

    position: sticky;

    z-index: 1;

    top: 0;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

jaygupta-tech
Shopify Partner
47 0 8

Thank you @PageFly-Henry 

Your solution also working.

PageFly-Henry
Shopify Partner
1184 335 295

You are welcome @jaygupta-tech 😊

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Dan-From-Ryviu
Shopify Partner
10961 2148 2287

Go to your Online store > Themes > Edit code > open theme.liquid file, add this below code under <head> element 

 

<style>
.rio-media-gallery {
position: sticky;
top: 69px;
}
</style>

 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

jaygupta-tech
Shopify Partner
47 0 8

yes, it is working.