Block Extended 3 Columns and Sidebar

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_3_4 .et_pb_post_extra.el_dbe_block_extended { width: 30.667%; margin-right: 4%; } .et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:nth-child(2n+2) { margin-right: 4%; } .et_pb_column_3_4 .et_pb_post_extra.el_dbe_block_extended:nth-child(3n+3) { margin-right: 0; } }