Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1059659

    Hi there

    I want to have a larger gap when using the masonry grip module. I’ve tried various custom css but nothing seems to work, although I can achive what I want using firebug, when I save the css it doesn’t apply and the grid reverts to what it was before.

    This works in firebug:

    .av-masonry-col-2 .av-masonry-entry {
    width: 45.8%;
    }

    I’ve supplied the page in question.

    Your help would be appreciated.

    #1059692

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

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

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.