BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Project Category gets cut off by Footer
- This topic has 4 replies, 3 contibutors, and was last updated 8 years, 8 months ago by The BuddyBoss Team.
Question
March 21, 2016 at 7:05 am #64256@donniechenHi, 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
March 21, 2016 at 10:22 am #64291@buddyboss
The BuddyBoss TeamKeymasterHi @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 SpecialistMarch 22, 2016 at 4:36 am #64520@donniechenHi @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.
March 22, 2016 at 6:05 am #64536@
AnonymousHi @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 DubeyMarch 22, 2016 at 6:24 am #64543@donniechengreat! that did it, thank!
March 22, 2016 at 6:27 am #64544@buddyboss
The BuddyBoss TeamKeymasterCool, i will close this topic.
Feel free to create new topic for any further queries.
Regards—
Varun Dubey
BuddyBoss Support Specialist
- The question ‘Project Category gets cut off by Footer’ is closed to new replies.