Below are examples of how the Person module looks before and after center aligning the image:
Center align the Divi person module image using CSS
Here are the steps to center align the image in the Divi Person module using custom CSS:
1) Navigate to the page where you have the Person module.
2) Enable the Divi Builder and open the settings for the Person module you want to edit.
3) Within the Person module settings, click on the Advanced
tab.
4) Scroll down to the Custom CSS
section.
5) In the Member Image
field, paste the following CSS:
margin-left: auto;
margin-right: auto;
Here is an example screenshot of where to add the CSS in the Person module's settings:
By following these steps, you can easily center align the image in the Divi Person module, helping to make your images look more balanced and professional.
0 Comments