Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

How to move all images on right in Box Extended layout

Go to WordPress Dashboard >> Divi >> Theme Options >> Custom CSS >> add below code snippet.

@media screen and (min-width: 981px){ 
.et_pb_post_extra .post-media {
  	order: 1; 
  } 
.et_pb_post_extra.el_dbe_box_extended .post-content { 
  	margin: 50px -100px 50px 0 !important;
  }
}

Output:

divi-blog-box-extended all images on right