A space to discuss online store customization, theme development, and Liquid templating.
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 and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- 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 and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- 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 and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.