• Resolved bencase10

    (@bencase10)


    The name of the member is wrapping to the next line leaving the first name on line 1 and lastname on line 2. The names are long, but I can’t seem to find a way to change the text wrapping settings or alignment.

    The major issue with the name wrapping is that it extends the box further down and the alignment of the boxes for the members do not line up.

    How can I fix this? I need to be able to change the wrapping, font size, or something to get the names on a single line.

    See screenshot here.
    https://drive.google.com/file/d/16tzKYelHrOJbEfttNQbnIDaGOu2Hx6jf/view?usp=sharing

    FYI, I am on the 10 day free trial trying to see if this is going to be a good fit for us.

    • This topic was modified 2 years, 1 month ago by bencase10.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPSpeedo

    (@wpspeedo)

    Hello,

    I have created a long name to test it, if the card’s height gets long you can align the cards by changing the Layout mode to Fit Rows in Filter settings. Screenshot: https://tinyurl.com/2ab8lnxf

    But you can change the font styles like <b>font size</b>, line height, etc. Also, you can define different sizes for different types of devices for better responsiveness. Screenshot: https://tinyurl.com/22xr7n5o

    For Alignment, you need to add custom CSS for now, as we do not have an option yet, but we will add it soon. here’s the CSS:

    .wps-widget--team.wps-team-theme--square-09 .wps-team--member-title a {
    text-align: center
    }

    Thread Starter bencase10

    (@bencase10)

    Thanks. This should give me enough to work with. Much appreciated.

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

The topic ‘Member Name Wrapping’ is closed to new replies.