Hover effect issue

Hover effect issue

CreatorTim
Explorer
369 1 52

Hi, I have a problem with the hover effect on a product.

 

When I hover over the product, it tilts about 10 degrees to the right.

 

What could be causing this? I don’t even remember making any changes.

 

You can check out the product here: https://1049xn-ya.myshopify.com/collections/all

 

I had the exact same issue with the button, but it was fixed using this code in theme.liquid:

<style>
.button:hover {
transform: none !important;
}
</style>

 

Thank you so much for any help.
Tim

Replies 2 (2)

Hasan112
Shopify Partner
152 11 21

Do not understand what you exactly wanted ? more details please 

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!
CreatorTim
Explorer
369 1 52

When you hover over the product, its appearance changes, but it also tilts to the right by about 10 degrees.

I don’t want that—I want it to stay straight when you hover over it.