BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Member List Area Height
- This topic has 3 replies, 2 contibutors, and was last updated 10 years, 2 months ago by Alyssa.
Question
September 13, 2014 at 8:07 pm #31578@jgwolfensbergerHi there,
I’m hoping you can help me determine how to dynamically size the height of the area containing each member’s information in the Member List (as shown in the attached image).
Since the height of this area seems to be fixed, I end up with unattractive scroll bars on the right.
Thanks for any help you can offer!
Answers
September 14, 2014 at 8:46 am #31597@alyssa-buddyboss
AlyssaParticipant@jgwolfensberger this is not possible because the action elements are in a div that is set to position absolute, which means that it’s parent is unable to determine it’s size and resize accordingly without javascript. You may want to post in the BuddyPress forums, or the plugin owner’s forums.
September 14, 2014 at 10:01 am #31604@jgwolfensberger@tjchester – TJ, I’m a real hack when it comes to CSS, but I did come up with something. I’ll show you here in case it could be helpful to others at some point. I placed a border at the top of line item to help visually distinguish the member’s listing, then forced the li height.
I basically got lucky by just trying a bunch of stuff. I didn’t mean to bother you, but at the time I thought I had exhausted my ideas! Thanks man, I really appreciate all the work on your end. You guys rock.
/*————————————————————–
CORRECT SPACING ON MEMBERS LIST TO ALLOW FOR BUTTONS ON RIGHT
————————————————————–*/#buddypress #members-list li {
list-style: none;
border-top: 1px solid #cccccc;
height: 125px !important;
}September 14, 2014 at 11:24 am #31610@alyssa-buddyboss
AlyssaParticipantGlad you were able to resolve it 🙂
- The question ‘Member List Area Height’ is closed to new replies.