Okay
  Public Ticket #2745451
Team Member Bio cuts off
Closed

Comments

  • medvisjackson started the conversation

    Hello. How can I increase the word limit so that the team member bio shows up in full?

  •  8,404
    Tahir replied

    Hey medvisjackson ,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar_team_member_overlay .team_member_details {
        padding: 3% 52% 4% 3% !important;
    }

    Thanks


    ThemeNectar Support Team 

  • medvisjackson replied

    Thanks. I think this has worked. I have adjusted the css a tad.