There is no option to justify the information texts for each member; you can only align the paragraph to the right, and it doesn’t look aesthetically good.
1 Like
Welcome to the Community, @user29150 ![]()
You’d like to align all text in the card popups to the center, right?
If so, please use this code in the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped ![]()
.global-styles,
.eapp-team-showcase-popup-item-description {
text-align: center;
}
.global-styles,
.eapp-team-showcase-member-card-info-name {
text-align: center;
}
.global-styles,
.eapp-team-showcase-member-card-info-job {
text-align: center;
}
1 Like