- Give the module a class hws-person-module and add the following css.
- Change the 600px value to the height you need.
- Remove the background color and border from the module and add that to
the rows column settings
.hws-person-module {
min-height: 600px;
}
.hws-person-module .et_pb_team_member_description{
position: static;
}
.hws-person-module .et_pb_member_social_links{
position: absolute; bottom: 0; left: 0; right: 0; margin: auto;
}
Code language: CSS (css)