- Issue description:
Hello. I would like to know if there is css code to center content using the “team showcase” widget for mobile views. please see attached Pic.
- Link to the page with the widget in question:
Hello. I would like to know if there is css code to center content using the “team showcase” widget for mobile views. please see attached Pic.
Add this code to Website > (scroll down, you will see) Website Tools > Custom CSS
/* Elfsight center team */
@media screen and (max-width:767px) {
.eapp-team-showcase-member-card-list-component.jsx-503060636 {
align-items: center !important;
}
.eapp-team-showcase-member-card-list-infoContainer.jsx-503060636 {
align-items: center !important;
text-align: center !important;
}}
Hi @austin_kassler and welcome to Community
Please check the solution provided by tuanphan and let me know if it helped
thank you this helped
You are always welcome