Plugin Support
Youzify
(@kainelabsteam)
Hello @ditout
Thank you for reaching us
Sorry, at the moment Horizontal Layout for Members Directory is not available yet. However, we will consider to add this feature in the future updates.
At the moment you can achive it but will require a lot of custom works. 🙂
Best Regards, KaineLabs Team.
Thread Starter
ditout
(@ditout)
Thank you for your reply, can I custom the members directory from 3 to 5 colonnes ? because 3 is too big.
Plugin Support
Youzify
(@kainelabsteam)
Hello @ditout
Yes, you can. However, I recommend you to make it 4 columns instead of 5 columns because 5 columns will to small. You can use this CSS
4 Columns
@media only screen and (min-width: 1224px) {
#youzify-members-list li {
width: 25% !important;
}
}
5 Columns
@media only screen and (min-width: 1224px) {
#youzify-members-list li {
width: 20% !important;
}
}
Best Regards, KaineLabs Team.
Thread Starter
ditout
(@ditout)
Yes, it’s OK, but why all the coumns are on the left hand side ?
when the page open, I can see it’s more large, than becomes narrow,
I think it’s a problem of screen custom,
https://image.noelshack.com/fichiers/2024/06/1/1707118898-member2.jpg
Plugin Support
Youzify
(@kainelabsteam)
Hello @ditout
Can you please send me your Members Directory url please?
Best Regards, KaineLabs Team.
Thread Starter
ditout
(@ditout)