Block Extended 2 Columns Full Width

How to Achieve

Set the row width to 100%

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

.et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended{ margin-right: 0 !important; border-radius: 0; margin-bottom: 0; } @media screen and (min-width: 767px){ .et_pb_column_4_4 .et_pb_post_extra.el_dbe_block_extended{ width: 50% !important; } }