Shopify themes, liquid, logos, and UX
Hello
I have set up 'reveal 2nd image' on scroll
However - the first image still appears behind and the 2nd image doesn't seem to be the same size
I must have done something to the code without realizing.
dosawr
Solved! Go to the solution
This is an accepted solution.
Hi @TBS2023
<style>
.grid-product__secondary-image {
top: 0 !important;
height: 100%;
}
</style>
Hi, i just Check Your Store.
👉 This is Sagar From Shopifywale.
Hi, @TBS2023
Follow the Below Steps to Solve the Issue
Step 1: Online Stores > Themes > Edit code.
Step 2: Choose File Theme.css under Assests Folder.
Step 3: Find and Update Below style to top: 0 and bottom : 0 and hit Save.
.grid-product__secondary-image {
top: 12px !important;
bottom: 12px !important;
}
Hope this solution works for you. 😊
Hi @TBS2023
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:
.grid-product__secondary-image {
top: 0 !important;
height: 100%;
}
Hello @TBS2023
Go to online store ---------> themes --------------> actions ------> edit code-------> theme.css
and replace this code.
.grid-product__image-mask {
position: relative;
overflow: hidden;
width: 100%;
height: auto;
}
with this code
.grid-product__image-mask {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
}
adn the result will be
and let me know if this was helpful
Thanks
None of these solutions are working!
Please check your inbox.
This is an accepted solution.
Hi @TBS2023
<style>
.grid-product__secondary-image {
top: 0 !important;
height: 100%;
}
</style>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025