Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

First image on left in grid extended layout

divi-layout-for-blogs
@media screen and (min-width: 981px) {
   .et_pb_post_extra.el_dbe_grid_extended .post-media {
      order: 2;
   }
  .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media {
      order: 0 !important;
  }
}

Add the above code snippet to your Divi Theme Options custom CSS area.

Output:

divi-blogs-layout-in-grid-form-with-image