Set Members Directory To 4 Columns Layout
1. Goto Youzify Panel > General Settings > Custom Styling Settings > Members Directory Styling Settings.
2. Enable "Enable Members Directory CSS".
3. Paste the code snippet below to "Members Directory Custom CSS"
@media only screen and (min-width: 1224px) {
#youzify-members-list li {
width: 25% !important;
}
}

