BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Member List Area Height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #31578
    @jgwolfensberger

    Hi 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

    #31597

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.

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

    #31610

    Alyssa
    Participant
    @alyssa-buddyboss

    Glad you were able to resolve it 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Member List Area Height’ is closed to new replies.