Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #309766

    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?

    #309773

    Hey gianmarizzi!

    Can you post the link to your website where we can see the issue?

    Regards,
    Yigit

    #309793

    There’s a link in private data actually.

    #309794
    This reply has been marked as private.
    #309839

    Hi!

    Page cannot be found. I have no issues viewing your site in English and Italian though

    Best regards,
    Yigit

    #309878
    This reply has been marked as private.
    #309883

    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

    #309889
    This reply has been marked as private.
    #309902

    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

    #309936

    thanks. it works!

    #309938

    Hey!

    You are welcome Gianmarizzi, glad we could help!

    Regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Portfolio Grid: captions in two rows’ is closed to new replies.