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.
Hi,
.team-member-name {
text-align:center;
}
Adding that to your custom css should center the name.
If not let us know.
Thanks
TJ
Great, thanks.
How can I move the member name to be above the image on mobile?
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
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/
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
Hey Nikko, thank you very much! Worked perfectly. All the best, Tino
Hi Tino,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko