Block Extended 4 Columns

Nature
Divi blog extras masonry layout
Earth Laughs in Flowers

Earth Laughs in Flowers

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi,...

Nature
Divi masonry blog layout
Nature is always trending

Nature is always trending

Mauris sagittis, risus in tristique mollis, nisl libero volutpat risus, eget lobortis ipsum tellus quis odio. Suspendisse sit amet felis posuere, sodales nulla ac, vestibulum nunc. Maecenas nec ante a arcu luctus egestas porta ut sem. Duis a tincidunt mauris, ut...

How to Achieve

Add Divi Blog Extras Module to a Page and Select Block Extended Layout

Go to Divi Builder Page Setting

Paste the code given below in the Custom CSS area

@media screen and (min-width: 981px){ .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended{ width: 24%; } .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:nth-child(4n+4) { margin-right: 1%%; } .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:nth-child(3n+3) { margin-right: 1%; } .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:nth-child(2n+2) { margin-right: 1%; } .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended:nth-child(1n+1) { margin-right: 1%; } } .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media-container, .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended .post-media{ height: 150px; }