Tagged: align, enfold, placement, team member
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.
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.
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!
Hi!
Use this code instead:
.team-img-container {
float: left;
}
Result:
Best regards,
Josue
You are AWESOME. It’s just what I was looking for. Thanks so much!