Home > Software engineering >  Divi - How to vertically align stacked images in columns, within in a section
Divi - How to vertically align stacked images in columns, within in a section

Time:12-27

Guys I cannot for the life of me figure out how to vertically align the images in this section. enter image description here

Option: 2 Add below CSS in style.css file.

.et_pb_image {
  height: 100%;
}
.et_pb_image_wrap {
  height: 100%;
}
.et_pb_image_wrap img {
  height: 100%;
}

I hope it'll resolve your issue, Thank You

  • Related