Tagged: portfolio grid
Hi again,
sorry to bother you, but I still need support.
Yesterday you risolved this issue: https://kriesi.at/support/topic/portfolio-grid-captions-in-two-rows/
But it happens again in another page of my webiste.
See link in Private Content.
Thanks a lot.
Hey gianmarizzi!
Please add following code to Quick CSS as well
@media only screen and (min-width: 990px) {
.page-id-7746 .grid-content { min-height: 94px; }}
@media only screen and (max-width: 989px) {
.page-id-7746 .grid-content { min-height: 114px; }}
Regards,
Yigit
thanks!