BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › drop down menu
- This topic has 7 replies, 3 contibutors, and was last updated 9 years, 4 months ago by Alyssa.
Question
July 3, 2015 at 11:40 pm #42111@
AnonymousIs there anyway to have the menu on the boss and social learner to have child pages drop down under the main menu name when clicking on them menu on top? When I add child menu items on boss it just shows on the main.
Answers
July 4, 2015 at 2:32 pm #42129@alyssa-buddyboss
AlyssaParticipant@chansmith if you are referring to the titlebar, menu child menu items are not supported.
July 4, 2015 at 7:24 pm #42135@
AnonymousYeah, in the title bar, thanks that answered it. Another question. I found out through you videos I can use the page builder, how can I make the rows on the front page have no spaced in between them. I have it set to 0 on layouts but there is still space in between them. I might be missing something. I like to have no spaced in between them.
July 4, 2015 at 8:25 pm #42138@
Anonymous@chansmith I did the same thing , it took a lot of research and trial and error, but I finally found something that works to remove the spacing between rows. Go into each row and edit, then expand “Attributes”. Add this to the Row Class:
no-bottom-padding
Add this to CSS Styles:
layout-full .panel-row-style.no-bottom-padding { margin-top: -110px; padding-top: 0 !important; padding-bottom: 0 !important}
You’ll have to play around with the numbers for margin-top as it’ll be different for each row. I recommend starting with a smaller number and working your way up until there’s no space in between each row. Each row will need these attributes added. If it doesn’t show up right away then you’ll probably have to clear your cache but this is what I use so I can confirm it works.
July 4, 2015 at 8:33 pm #42139@
AnonymousTy that worked great. ty very much.
July 4, 2015 at 10:20 pm #42143@
AnonymousWell in ie it doesn’t show correctly.
July 4, 2015 at 10:41 pm #42144@
AnonymousIn the boss theme main-global css
.panel-grid { margin-top: 0px !important; margin-bottom: 0px !important; padding: 100px 0; }
That is over ridding the spaces. I can change that in edit css really easy but I need to know if that will affect anything else first.
July 6, 2015 at 7:31 am #42201@alyssa-buddyboss
AlyssaParticipant@chansmith I don’t believe we use that class anywhere else onsite. Feel free to override.
- The question ‘drop down menu’ is closed to new replies.