Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

Full width layout with smaller image

To get the Full Width layout with smaller image in Divi Blog Extra add the following CSS code in Divi Theme Option Custom CSS area.

@media screen and (min-width: 981px){
  .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-content {
    width: calc(((100% - 120px)/3)*2);
  }
  .et_pb_column_4_4 .et_pb_post_extra.el_dbe_full_width .post-media {
    width: calc((100% - 120px)/3); }
  }