New Landing How can we help? Themeforest Theme Support Dante hover on portfolio gallery style

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #38870
    mikedubs
    Member
    Post count: 56

    is there a css snippet to remove the offset of the portfolio gallery hover so that the overlay is not offset but rather directly over the portfolio thumbnail image?

    thanks!

    #39107
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    You can wirte the below in custom css panel.

    figure.animated-overlay:hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    }

    You can change the 10px to 0px to make it overlap or adjust as per you liking.

    Thanks
    Tahir

    #39152
    mikedubs
    Member
    Post count: 56

    perfect! much thanks tahir!

    #39251
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Cheers Tahir.

    – Ed

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register