Hello everyone,
I have been trying for a while, but I’m limited to HTML.
I’m trying to center the team member description under the picture while maintaing a left alignment.
Tried adding position: center, but guess that’s not the way.
Any ideas?
.team-member-name, .team-member-job-title, .team-member-description { position: center; text-align: left; }
.team-img-container { margin-bottom: 20px; }
EDIT: Well, before I had tried removing the element and putting it into a separate layout element and that just screwed the whole page, but now it worked, so maintaining the text-align:left works since I just moved the team member to a layout element centered on the page. Go figure. :)