hey support staff,
hey again wonderful theme.
i just have a new problem.
in the portfolio section i would like the hover to be fill the tile (portfolio thumbnail) completely.
i changed the height: auto to 220px.
.portfolio-item-details {
bottom: 0;
display: none;
height: 220px; (this was set to auto)
opacity: 1 !important;
overflow: hidden;
padding: 15px 0;
position: absolute;
width: 100%;
z-index: 99;
}
the only problem ist that it is not responsive and as soon as i shrink the browser there is a overflow on top of the tile(portfolio thumbnail).
is there a workaround or a simple solution?