Hello,
this is not a issue but I want to ask if it's possible to hide unfiltered portfolio items when user filtered them and get in row only filtered ones? Not just shading unwanted items but hide them completely.
Thank you very much for answer
.gk-nsp-portfolio .gk-images-wrapper > a {
display: none
}
.gk-nsp-portfolio .gk-images-wrapper > a.active {
display: block;
}