Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2355035
Portfolio Grid
Closed

Comments

  • jenminto17 started the conversation

    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!

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    body .portfolio-item .image img {
        max-width: 100%;
        height: auto;
    }
    5110651633.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • jenminto17 replied

    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?

  •  7,092
    Oliver replied

    Hi,

    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, Oliver

  • jenminto17 replied

    This worked perfectly! Thanks again!

  •  7,092
    Oliver replied

    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