BuddyBoss Home – Web Support Forums Themes Boss. theme Menu drop downs going skew whiff?

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

    #62109
    @jackjjw

    Hiya,

    The dropdown on my main menu is a bit broken, when I move away from the main link it disappears. Please see http://www.viewtopia.org and hover over the community link.

    Also, all of my groups have lost the main cover image and the ability to add one :-/

    It’s all up to date?

    Jack

    Answers

    #62132
    @nexxera

    Hi there, i have noticed the same bug.

    I use the code below to correct this on custom CSS:

    #header-menu > ul > li {
    height: 70px !important;
    }

    #62175
    @anve

    Hi @jackjjw,

    1. Try adding the following css in custom css option of child theme .
    `
    #header-menu > ul > li {
    height: 48px!important;
    }
    `
    2. Go to Settings > Buddypress setting options and mark checked the Group cover image upload and save .

    Regards
    Anve

    #62444
    @jackjjw

    Thank you both, that has worked perfectly (at 48 px) 🙂

    Jack

    #62489
    @anve

    Great 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Menu drop downs going skew whiff?’ is closed to new replies.