Our Team Image Not Working?

http://paidmftinternships.com/testpage/

I don't understand why there is so much extra space to the right of the image. I'd like for the border to adjust to whatever my image's size is.

Comments

  • Image frame has own, fixed size which is 48% of the whole width. And if you want to decrease it's size, you need to use the following css:
    .team.team_horizontal .image_frame { width: 24% !important; }
    .team.team_horizontal .desc_wrapper { width: 72% !important; }
Sign In or Register to comment.