How to find the CSS for this specific div/class?

Hi,

I’d like to ask help where I can change this in the CSS file? See attach file for the CSS/Product.liquid file so you can review it where.

I’d like to change that CSS on that red arrow (in the image attached) to this one;

position: sticky;

padding-bottom: 1px;

top: 20px;

Thanks in advance.

Link: https://sewsewyou.com/products/20aj0201leg374917?_pos=2&_sid=9d4ef4c0a&_ss=r

Nate

Hi @NateX ,

You try:

#shopify-section-product .box-content {
    position: sticky !important;
    padding-bottom: 1px !important;
    top: 20px !important;
}

I hope it would help you.

1 Like

Hi Avada,

Great! It did work well! The images now are sticky as it should be. Thanks so much for the help!

Regards,

Nate

1 Like