BuddyBoss Home – Web Support Forums Themes Boss. theme Project Category gets cut off by Footer

Tagged: ,

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

    #64256
    @donniechen

    Hi, I’ve set up a new page for members to create a new “Project” under the “BP Portfolio” Plugin for “Boss Theme”.

    However, the category list is a bit long, and it has been cut off by the footer. Is there a way to customize the form? or a Shortcode for the form for me to put into Site Builder?

    Thanks

    Answers

    #64291
    @buddyboss

    Hi @donniechen,

    You can add following css to keep width as per your requirement.

    .chosen-container-multi .chosen-choices, .chosen-container-multi .chosen-choices input, .chosen-container.chosen-with-drop .chosen-drop {
    width: 200px !important;
    }

    Sorry shortcodes are not available at present.

    Regards

    Varun Dubey
    BuddyBoss Support Specialist

    #64520
    @donniechen

    Hi @buddyboss, thanks, I’ve added it, but it only narrows the drop down selector, what I actually need is for the rest of the items in the list to show.

    The issue is, on the attached image, there are at least 3 – 4 more category items down the list. When the Category drop down is clicked, the list drops behind the footer, even after scrolling down, it only shows Photography, but there are more items beneath it that gets blocked by the footer.

    So it’s not actually the width that is causing the issue.

    Thank you.

    #64536
    @vapvarun

    Hi @donniechen
    To reduce height you can use following
    80px can be replaced with any number you need

    
    .chosen-container .chosen-results {
        max-height: 80px!important;
    }
    

    Regards
    Varun Dubey

    #64543
    @donniechen

    great! that did it, thank!

    #64544
    @buddyboss

    Cool, i will close this topic.

    Feel free to create new topic for any further queries.
    Regards

    Varun Dubey
    BuddyBoss Support Specialist

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Project Category gets cut off by Footer’ is closed to new replies.