By default our Meet the Team widget (available in all our premium themes) displays 4 team members per row on large screens.
In case you want to display 5 team members per row it will require inserting a small piece of CSS code.
Here are all of the necessary steps:
1.Login to your Admin Panel
2. Navigate to Left Menu -> Appearance -> Customize
3. Open ‘Additional CSS’ section and insert the following code:
@media screen and (min-width: 800px) {
#teammembers-grid .mb-3 {
width:20% !important;
max-width:20% !important;
}}
4. Save changes by click on ‘Publish’ button