Block Extended 3 Columns and Sidebar

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; } }