Post 标题在 Masonry 中显示不正确

Post title is not displaying properly in Masonry

我在 http://greeninvites.com/product/ 页面的砌体中遇到问题。 第一列中的最后一个砌体项目溢出到第二列。 post 标题 'YG1 Tools' 位于第 2 列的开头。 我很难解决这个问题。

我需要做哪些更改才能解决此问题。

您需要将 css 中的底部边距从 30px 更改为 0px:

.masonry .ms-item
{
margin-bottom:0px;
}