Okay
  Public Ticket #2423060
Team Member smaller images
Closed

Comments

  •  1
    Robey started the conversation

    Hello,

    How can I make the images of the team members smaller? I tried changing the width and height, but it stays the same. What is the best way to fix this?


    Thank you in advance :)

  •  8,884
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .team-member[data-style="bio_fullscreen_alt"] .team-member-image {
        padding: 10% !important;
    }
    .team-member[data-style="bio_fullscreen_alt"] .team-meta {
        margin-top: -10% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Robey replied

    Perfect! Thanks Tahir :)