Hello,
Consider using the following Code for the Portfolio Items:
<article class="portfolio-item pf-graphics pf-uielements">
<div class="portfolio-image">
<a href="villas-vinkeveen.html">
<img src="images/projects/Bathhouse.jpg" alt="(BATH)HOUSE">
</a>
<div class="portfolio-overlay">
<div class="portfolio-desc">
<h3><a href="bathhouse.html">(BATH)HOUSE</a></h3>
<span><a>Private House</a>
</div>
</div>
<a href="{your-link-here}" class="portfolio-overlay-link"></a>
</div>
</article>
and then use the following CSS code:
.portfolio-overlay-link {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index: 3;
}
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.