Hi @dkance
Could you please provide a screenshot of the Card Bio that you’re referring to?
Thread Starter
dkance
(@dkance)
Hi @ultimatemembersupport
It is the Bio Text in the Profile.
It goes below the Profile picture.
It is currently “centered” and I would prefer “justified”
Thanks.
Hello @dkance
Please try this css:
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-member-tagline {
text-align: justify !important;
}
You can add above CSS codes to wp-admin > appearance > customize > Additional CSS.
Thread Starter
dkance
(@dkance)
Hi @aswingiri
Thank you for the code.
For some reason it did not modify the text layout.
I made it work using .um-meta{text-align: justify !important;}
Thanks a lot!
Regards