Support is monitored from Monday to Saturday in office hours from the GMT timezone. Our response time can be up to 2 business days.

Notice: We do not accept any customization. Please Read Envato Support Policy. But we still can help with little snippets if that's possible!

Okay
  Print

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;
}
}