Increase character count for honor roll?

Options
I'm wondering if anyone knows how to increase the character count for donors' names displayed in the honor roll on team pages and personal fundraising pages. Is this possible? As is, it looks like donor names get cut off with an ellipsis after 14 characters.
Tagged:

Comments

  • Andre Coronado:

    I'm wondering if anyone knows how to increase the character count for donors' names displayed in the honor roll on team pages and personal fundraising pages. Is this possible? As is, it looks like donor names get cut off with an ellipsis after 14 characters.

    Hey Andre


    We had this same issue and added in some CSS which did the trick for us.


    div.team-honor-list-name {

        white-space: normal;

    }


    div.team-honor-list-row {

        padding-bottom: 8px;

        padding-top: 8px;

    }


    Thanks,

    Matt

Categories