Okay
  Public Ticket #2928243
Team Member Name Padding
Closed

Comments

  • Jimm started the conversation

    Is there some CSS code to change the top and bottom padding for the name and the mini profile text in the team member element?

  •  2,959
    Andrew replied

    Hello Jimm,

    Use the following CSS.

    .team-member .team-meta p, .team-member .team-meta h3 {
        padding: 10px 0;
    }
    

    Regards,

  • Jimm replied

    Hi Andrew, thanks for this. I should have asked was is there a way to get rid of some of the padding.  Sorry about that.

  •  279
    Noah replied

    Hello Jimm,

    Thanks for keeping in touch.

    Please share the url so that I can create custom css for the padding.

    Thanks.

  •  8,840
    Tahir replied

    Hey Again,

    Please provide the page url so that i can write up the custom css for whats possible.

    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):

    .team-member .team-meta p, .team-member .team-meta h3 {
        padding: 0 !important;
    }

    Thanks


    ThemeNectar Support Team