我在一个可点击的抽屉里显示了一些推荐书,名为"我的客户在说什么"在砌体网格中。但最后的证词并不在正确的栏目中。
.testimonial {
position: relative;
background: #FFFFFF;
margin-bottom: 70px;
display: inline-block;
padding: 15px;
z-index: 0;
}
.testimonialmasonry {
column-count: 2;
column-gap: 2em;
text-align: center;
}

<div class="testimonialmasonry">
<div class="testimonial">This is a testimonial</div>
<div class="testimonial">This is also a testimonial</div>
</div>
&#13;