Block Extended - Single Centered Column

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

.et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended { width: 100%; margin-right: 0 !important; } @media screen and (min-width: 981px) { .et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended .post-media-container, .et_pb_column_1_2 .et_pb_post_extra.el_dbe_block_extended .post-media{ height: 200px; } }