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-black
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
1 Like
Go to your Online store > Themes > Edit code > open theme.liquid file, add this below code under element
1 Like
Thank you @PageFly-Henry
Your solution also working.
1 Like
You are welcome @jaygupta-tech 
1 Like