Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #177591

    Is this possible? For example, I have a picture of an employee (Thumbnail – 80×80) with the employee name, position, and a short description below the person. I would like to place them side by side (and possibly even place additional team members below). Kind of like a list of personnel, listed from top to bottom.

    #177592

    Just to clarify…

    http://www.cncworldwide.com/our-offices/bogota-colombia

    The employee info is on the right bottom. I’d like to align the picture and the information side-by-side. And possibly list more below.

    #177593

    One last thing, I have added a few Quick CSS to alter the alignment of the team member information.

    img.avia_image.avia_image_team { float: left; }
    .team-member-name, .team-member-job-title, .team-member-description { text-align: center; }
    .team-img-container { margin-bottom: 20px; }

    I think this would change or be removed altogether, but I’m no expert. Please! Help me! Thanks!

    #178713

    Hi!

    Use this code instead:

    .team-img-container {
    float: left;
    }
    

    Result:

    Best regards,
    Josue

    #179855

    You are AWESOME. It’s just what I was looking for. Thanks so much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Placing Team Member Picture and Info side-by-side’ is closed to new replies.