Comments jenminto17 started the conversationApril 8, 2020 at 10:57pmHello,What would the CSS be to remove the hover animation on the portfolio grid thumbnails? I want my thumbnail image to be centered.I have art fo the thumbnails that I need centered and the default stying doesn't work with that.Attached are screenshots showing what I mean.Thank you! 7,092Oliver repliedApril 9, 2020 at 9:11amHI! pls. use following css: body .portfolio-item .image img { max-width: 100%; height: auto; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliverjenminto17 repliedApril 9, 2020 at 4:10pmThank you! This worked, but there is still an animation that shifts the image to the left when you hover. Is there CSS to eliminate that? 7,092Oliver repliedApril 10, 2020 at 8:56amHi,Add this one: body .hover-horizontal-sliding .portfolio-item:hover .image .image-inner img, body .hover-horizontal-sliding .gallery-item:hover .overlay-wrap .image-wrap img { -webkit-transform: translateX(-9%); transform: none; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliverjenminto17 repliedApril 10, 2020 at 4:08pmThis worked perfectly! Thanks again! 7,092Oliver repliedApril 13, 2020 at 1:49pmYou're welcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello,
What would the CSS be to remove the hover animation on the portfolio grid thumbnails? I want my thumbnail image to be centered.
I have art fo the thumbnails that I need centered and the default stying doesn't work with that.
Attached are screenshots showing what I mean.
Thank you!
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thank you!
This worked, but there is still an animation that shifts the image to the left when you hover. Is there CSS to eliminate that?
Hi,
Add this one:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
This worked perfectly! Thanks again!
You're welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver