A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
i am adding a link below of the product page of my website and when you scroll down you will see a collage section on it i want to add an effect that when i scroll down, the collage information on the right stays fix and the images move up eg. can i do this? if i can then can anyone guide me how?
Solved! Go to the solution
This is an accepted solution.
Hi @ibrahim2__
You can try to add this code to Custom CSS in Online Store > Theme > Customize > Theme setting and check
@media (min-width: 990px) {
#shopify-section-template--23551513526546__collage .title-wrapper {
position: sticky;
top: 120px;
}
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @ibrahim2__
You can try to add this code to Custom CSS in Online Store > Theme > Customize > Theme setting and check
@media (min-width: 990px) {
#shopify-section-template--23551513526546__collage .title-wrapper {
position: sticky;
top: 120px;
}
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
@Dan-From-Ryviu thank you so much for the solution. but i want to ask one more thing that can i place the collage information on top like it is visible once half of the section is scrolled. can i change that to be on top?
Could you share the preview link again? The previous link has expired.
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.