Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #535935

    First of all, we would like to say that it is a really nice and intuitive theme that you guys have made. Great job!

    However, our problem, which we hope you can help us with, is concerning the Masonry Gallery. (See image in private content)

    As you can see in the attached image, the size of the caption box is making the arrangement of the posts/news staggered.
    Is it possible to solve this issue without interfering with the height and width of the images?

    We have tried the option with the following CSS code:
    .av-masonry-entry .av-inner-masonry-content {
    height: 125px !important;
    }

    However, it affects all post on our website, which we do not want.

    Best regards

    #536156

    Hey saraclementdk!

    Try this CSS out.

    h3.av-masonry-entry-title.entry-title {
        height: 20px;
        overflow: hidden !important;
    }

    Best regards,
    Elliott

    #536388

    Thank you for the quick and precise response!

    It works perfectly, but do you think it’s possible to set these rules for individual pages. E.g. the posts in the “news” page have a rule set to a height of 30 px; and other pages 20px.

    Best regards

    #536575

    Hi!

    Please change the code to following one

    .page-id-3414 h3.av-masonry-entry-title.entry-title {
        height: 20px;
        overflow: hidden !important;
    }

    Regards,
    Yigit

    #536589

    That did the trick. Thank you very much for your time an efforts! Great support!

    Just one more question. Where do I find other pages id? It could become handy some other time.

    #536595

    Hey!

    You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

    #536609

    I see, okay. Again, thank you for helping us out.

    Have a nice day!

    Best regards

    #536612

    Hi!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    You too have a nice day!

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold Masonry Gallery’ is closed to new replies.