Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyBar for bbPress


circuit
Participant

@circuit

my second-level menus aren’t popping out on bbpress. i tried the fix on the first page of the thread but the CSS file is different in newer versions of buddypress. can anyone suggest a solution, please?

/* third-and-above-level lists */

#wp-admin-bar ul li ul ul {
margin: -28px 0 0 183px;
}

#wp-admin-bar ul li:hover ul, #wp-admin-bar ul li li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#wp-admin-bar ul li.align-right:hover ul {
right: 0;
}

#wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
left: -999em;
}

Skip to toolbar