-
Currently trying to center the team display showcase, what is the customCSS code for this? :
2 Likes
You mean center text “Title”, eg: Team 1, Team 2…?
Use this CSS
.eapp-team-showcase-group-title {
text-align: center !important;
}
2 Likes
Hi @Ben_Adams
Happy to see you here!
Please check the code provided by tuanphan and let us know if it helped
In case we misunderstood you, please describe your use case in more detail.