Hello There,
Please have this css block removed:
.x-portfolio .entry-wrap {
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.6);
opacity: 0;
bottom: 0;
right: 0;
transition: all 0.3s ease;
padding-top: 85px;
}
You’ll need to replace it and use this instead:
#x-iso-container .x-portfolio .entry-wrap {
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.6);
opacity: 0;
bottom: 0;
right: 0;
transition: all 0.3s ease;
padding-top: 85px;
}
Please let us know if this works out for you.