Shopify themes, liquid, logos, and UX
I need someone who can do this for me! I can't make my product image sticky and a lot of guys are trying to charge me for that even though I know it only takes 2 minutes to fix it if you know how to. Please just tell me how to do it and I'll do it by myself...Please...
@galenamadi add below css into theme.css
@media screen and (min-width: 1150px)
{
.product-gallery--desktop-thumbnails-left {
position: sticky;
top: 0;
}
}
Thanks for the help!
To make an image sticky on your website, you'll need to use CSS. Here's a general approach to achieve this effect:
Identify the CSS selector for the product image you want to make sticky. This will depend on your website's HTML structure and how the product image is implemented.
Once you have the CSS selector, add the following CSS properties to make the image sticky:
position: sticky;
top: 0;
This will make the image stick to the top of the viewport when scrolling.
<img src="path/to/your/image.jpg" style="position: sticky; top: 0;">
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