Hi @joss,
Gwangi members directory is already displayed in 2 columns on “bigger” mobile devices.
If you wish to do the same with “smaller” mobiles, you can add the following code snippet to your custom CSS editor.
@media screen and (max-width: 768px) {
.bp-card-list.bp-card-list-members .bp-card-list__item {
max-width: 50%;
flex: 0 0 50%;
}
}
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.
We hope this will solve your issue. ?
Best,