Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1422152

    Hi,

    I want to change the dimensions for large gap between images in masonry element (https://novosite.graphitheque.net/#perspetivas).

    Appreciate your help.

    Kind Regards

    #1422186

    Hi diogovareta,

    Do you mean change the image dimension for that specific masonry element? or just increase the gap on that specific masonry element?

    Best regards,
    Nikko

    #1422209

    Just increase the gap width.
    Thanks

    #1422214

    Hi diogovareta ,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (min-width:479px) {
      .home #av-masonry-1.av-large-gap .av-masonry-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 24px;
      }
    
      .home #av-masonry-1.av-large-gap .av-masonry-container a.av-masonry-entry {
        position: static !important;
        width: 100%;
      }
    
      .home #av-masonry-1.av-large-gap .av-masonry-container > div.av-masonry-entry {
        display: none;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1422266

    It’s perfect!!
    Thanks Nikko
    Best regards

    #1422341

    Hi diogovareta,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Masonry element – Change Large Gap dimensions’ is closed to new replies.