Links and align on masonry portfolio

How can I align the title, on the masonry portfolio, to the center of the image, vertically and horizontally on hover?
Also, I need the link to be on the whole rectangle, not just on the title, help, 
www.advision.mx
Thank you!

Comments

  • Hi,
    1) Please paste this CSS into the Theme Options > Custom CSS & JS > CSS
    .masonry-hover-wrapper h3{
    text-align:center !important;
    }
    2) Unfortunately, it's hard coded in our theme, so that means we cannot change it easly.
    To make it achieve, you would have to edit theme files or create a JS/JQuery script which will change the <a> tag on the whole item.
Sign In or Register to comment.