Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #839327

    Hi, how can I center align the name of the team member inside a team member element so it will be centered below the image instead of aligned to the left?

    Thanks.

    #839331

    Hi,

    .team-member-name {
      text-align:center;
    }

    Adding that to your custom css should center the name.

    If not let us know.

    Thanks

    TJ

    #839340

    Great, thanks.

    How can I move the member name to be above the image on mobile?

    #839366

    Hi,

    Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    h3.team-member-name{
        margin: -620px 0px;
        position: absolute;
        width: 100%;
    }}

    Best regards,
    Jordan Shannon

    #1321445

    Hey, how can I center the whole team member section? I already got the title centered, but I want to center the image as well. Thank you. All the best, Tino

    Here’s the site: https://tcdori.de/vorstand/

    #1321525

    Hi tcdori,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .team-img-container {
        margin-left: auto;
        margin-right: auto;
    }

    Best regards,
    Nikko

    #1322277

    Hey Nikko, thank you very much! Worked perfectly. All the best, Tino

    #1322364

    Hi Tino,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to center align the team member name inside a team member element?’ is closed to new replies.