Search Divi Plus Documentation

Search for answers or browse our knowledge base.

All Topics
Print

How to displays all team photos with uniform dimensions in DP Team Grid module?

Here, we recommend using square images to ensure automatic adjustment within the module based on your selected image size. However, you can also try using the following CSS solution

.dipl_team_member_image_wrapper {
    width: 250px;
    height: 250px;
    border-radius: 10px;
}

Adjust the width and border -radius value in the above code.

Table of Contents