0

/*make the parts of the blog post flexible*/
 .et_pb_post {
 display: flex;
 flex-direction: column;
}
  /*blog post featured image*/
 .et_pb_post .et_pb_image_container, .et_pb_post .entry-featured-image-url {
 order: 2;
}
  /*blog post title*/
 .et_pb_post .entry-title {
 order: 1;
}
  /*blog post meta*/
 .et_pb_post .post-meta {
 order: 3;
}
  /*blog post excerpt and button*/
 .et_pb_post .post-content {
 order: 4;
}

Jagdish Sarma Asked question May 30, 2023
Add a Comment