Block Extended in 2 Columns

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){ .el-dbe-blog-extra.block_extended { justify-content: space-between; } .et_pb_post.el_dbe_block_extended { width: calc(50% - 20px)!important; margin-right: 0px!important; } }