DIVI Center Person Module Image
We like the DIVI page builder. It makes page building fun unless the module doesn’t do what you want it to, and then you find yourself struggling to figure how to get it to do what you want. We had this same scenario today with the Person Module. We simply wanted to center the image, but there was no way to do it in image settings. We found our answer here.
- Open the “Person” module.
- Go the “Advanced” tab
- Go down to “Custom CSS“.
- Click on the “Module Elements” tab
- Go down to “Member Image” and add the following:
margin-left: auto;
margin-right: auto;
Let us know if this helped you…
Comments