Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Fine Tuning › Performance Optimization › Members list is showing up horizontally instead of vertically and alligned left.
- This topic has 3 replies, 2 voices, and was last updated 1 month, 1 week ago by
Manathan.
-
AuthorPosts
-
Alex DueParticipant@alxdso
- 5 Topics
- 10 Posts
Hello,
We addeded a few members to the website in some pages and the member icons boxes are showing up vertically instead of horizontally and alligned left. This is happening on the Home and Members list page (see attacehd image).
Can you please let me know how I can fix the members list to show horizontally? Like on the original default theme
– Home – https://crittercupid.com/
– Members List – https://crittercupid.com/members-lists/Also, the members-2 page seems to work, howwever, please let me know where I can go to modify this page. This is the link: https://crittercupid.com/members-2.
Thanks in advance for your help!
AlexMarch 5, 2025 at 03:12 #49033@themodactyl- 0 Topics
- 6737 Posts
Hi Alex,
It seems indeed that last BuddyPress update causes this issue. Be sure it has been added to our to do list and will be solved in next release. To fix this, simply add the following code snippet to your website:
/*FIX: Users not displayed correctly in directory*/ .directory #members-directory-form .card:not(.term__card) .entry-header{ padding-right:0px; } .directory #secondary-right{ display:none; } .shortcode-author-avatars .grimlock-author-avatars__author-list{ width:100% !important; display:flex !important; }
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.Concerning the directory, you can edit it in the Customizer > BuddyPress > Members Directory.
Regards,
March 5, 2025 at 08:43 #49036 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Members list is showing up horizontally instead of vertically and alligned left.’ is closed to new replies.