lookkook Posted January 28 Posted January 28 Hi! I added a hover tilt setting to my images, but when the image is tilting, it is getting cut off by the borders of the image block. I used the overflow: visible CSS, but it is still getting cut off. Could someone let me know if it is possible to have the image overflow? Thank you! site: https://lemon-bassoon-w2km.squarespace.com/hamster-home-set-up-1 pw: password
tuanphan Posted January 30 Posted January 30 Remove this code #collection-65a4af5084f7195e363c9620 .sqs-block-image:hover img { transform: rotate(10deg); } use this code #collection-65a4af5084f7195e363c9620 .sqs-block-image:hover { transform: rotate(10deg); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment