• Resolved dkance

    (@dkance)


    Hi,

    Currently the information of the Card Bio is depicted centered.

    Is there a way to display it justified?

    Thanks.

    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    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.

    Plugin Support Aswin Giri

    (@aswingiri)

    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

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Card Bio Text Justification’ is closed to new replies.