Viewing 1 post (of 1 total)
  • Author
    Posts
  • #405331

    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. :)

    • This topic was modified 9 years, 1 month ago by alexosd.
Viewing 1 post (of 1 total)
  • The topic ‘Centering text below team member while maintaining left alignment’ is closed to new replies.