Reply To: Masonry: space between posts and load more

Home Forums Support Masonry: space between posts and load more Reply To: Masonry: space between posts and load more

Home Forums Support Masonry: space between posts and load more Reply To: Masonry: space between posts and load more

#84556
Tom
Lead Developer
Lead Developer

Gotcha.. Let’s try this:

.masonry-post .inside-article {
      margin-right: 30px;
}

.separate-containers .masonry-brick {
      margin-bottom: 30px;
}

You should be able to adjust those as you like.