Layout glitch on members page
- This topic has 4 replies, 3 voices, and was last updated 8 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
On my members page, there is a slight glitch that cuts of the line “Viewing 1 out of 5 etc.” – and only on the members page? I have played around, but do not know how or where to fix it.
Here is the link.
Thanks for looking into this!
Hi Verena @vkick
A quick fix for this would be to add some custom CSS (Appearance>>CBOX Options>>Custom CSS):
#members-dir-list.pagination{
padding-top:10px;
}
I am not sure why this is happening and why there is some hard-coded padding (325px) on the left of the list of members. Perhaps you added some customization to make the member list centered on the page? On my test site, the list of members is flushed to the left. I think the hardcoded padding “breaks” the mobile display for this page.
Hey @haystack – do you think this might be a bug?
Hi Scott,
I tried the quick fix, but nothing changes for some reason.
I did indeed add some customization, as I wanted my avatars to be bigger, rounded and showing up differently.
I followed this tutorial, but only half of the changes were made. I have tried to replace the member-loop.php file with an older one and remove the CSS that I added to the child-box theme, but it only seems to revert the rounded shapes of the avatars to square ones.
Would reverting everything completely help? And if so, how do I do it correctly?
The errant CSS is coming from an obsolete plugin called “BP Better Directories”. Try deactivating that and see what effect it has on the layout first.
Yes, that worked! Thank you!