Tagged: portfolio grid
Hi all,
can’t find a solution to this: I translated my website in russian, but as you probably know russian is much longer than english and now it happens that my captions in portfolio grid are in two rows and a bad layout. the attached picture shows what I mean.
Is there a chance to fix the caption area so to avoid different heights?
Hey gianmarizzi!
Can you post the link to your website where we can see the issue?
Regards,
Yigit
There’s a link in private data actually.
Hi!
Page cannot be found. I have no issues viewing your site in English and Italian though
Best regards,
Yigit
Hey!
Please add following code to Quick CSS field
@media only screen and (min-width: 990px) {
.grid-content { min-height: 68px; }}
@media only screen and (max-width: 989px) {
.grid-content { min-height: 82px; }}
Make sure that you choose Russian before adding the code to Quick CSS
Best regards,
Yigit
Hey!
Yes it is correct. It will keep minimum height of title section 68px on screens larger than 990px and 82px on screens smaller than 989px
Regards,
Yigit
thanks. it works!