Okay
  Public Ticket #247810
The team member section doesnt have correct proportions
Closed

Comments

  • Alfiya started the conversation

    hello team,

    I use 800x800 px photos for the team member section but it's showing as rectangle. Is it possible to have the form as the image? Thank you.

  •  8,839
    Tahir replied

    Hey!

    No i am afraid its not possible. 

    Thanks


    ThemeNectar Support Team 

  • Alfiya replied

    hello Tahir,

    ok, is it possible to have bigger at least? Is there any forced format for team member image?

    thank you!

    Alfiya

  •  8,839
    Tahir replied

    Hey Alifya!

    Just found an old ticket http://themenectar.ticksy.com/ticket/237649/.

    All the Best,

    -T

     


    ThemeNectar Support Team 

  • Alfiya replied

    Hi Tahir, 

    I tried to use the code in the old ticket and it didnt worked at all:

    body .full-width-content .vc_span3 .team-member[data-style="meta_overlaid"] .team-member-image { height: 650px; }

    I would appreciate your advice,

    Alfiya

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    body .full-width-content .team-member[data-style="meta_overlaid"] .team-member-image {
        height: 650px;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Alfiya replied

    Hi Tahir,

    thank you for the piece of code. 

    I'm concerned by the think lines that is between team member images (the thick line is appearing without applying you code). 

    I used for this row "full width content" and two images are big enough to fulfill the space.

    I'd like to have it looking like you have it in demo:

    http://themenectar.com/demo/salient-frostwave/abou...

    Thank you very much! 

    Alfiya


  • Alfiya replied

    I forgot to attach screenshot to show thick black line between two team members :)

  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    .wpb_wrapper > div.team-member:last-child {
        padding: 0px !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team