Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #644581

    Hello,

    Is there a way to define a specific custom gap width besides current options as no gap, 1 and large.
    Also, can we set different gap option for mobile.

    #645296

    Hey Yan,

    Thank you for using Enfold.

    Set the gap to “large” then add this in the Quick CSS field to adjust the space between the elements:

    .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
        right: 50px;
        bottom: 50px;
    }

    Adjust the value as needed.

    Best regards,
    Ismael

    #645337

    Thank you, it works!

    Yan

    #645376

    Hi Ismael,

    I noticed that in order to do a perfect customized gap, we need to add this code also, don’t we.

    .av-masonry-gallery {
    padding-left: 0px !important;
    }

    Otherwise, when you set Large gap, there will be a large padding on the left no matter what you set to the code you provided.

    #646098

    Hi,

    Thanks for sharing that, did that fix it for you?

    Regards,
    Rikard

    #646304

    Yes, it works. Thanks.

    yan

    #646316

    Hi,

    Glad we could help!
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold!

    Best regards,
    Vinay

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Define custom masonry gap between elements’ is closed to new replies.