Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try the CSS

    #header-menu ul.menu ul {
     bottom: 27px;
    }

    Then to send it behind the main navigation bar, mess around with z-index.

    Theme Author Caroline Moore

    (@sixhours)

    Try adding this to the custom CSS field in theme options:

    #header-menu ul.menu li > ul {
       margin-bottom: 0px;
    }
    Thread Starter newsace

    (@newsace)

    Thanks — tried both suggestions, but no change.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Where are you adding the suggestions?

    Theme Author Caroline Moore

    (@sixhours)

    Ahh, I don’t think it will work in the Custom CSS field because it’s escaping the > character on save. Add it to your child theme’s style.css instead — works for me!

    Thread Starter newsace

    (@newsace)

    Yeah, I think I figured it out. When I noticed the Custom CSS was escaping the greater-than bracket, I went to the main style sheet to make the change, but it still didn’t work, possibly because I put it in the wrong section so something else may have been overriding it. I moved it to the proper place in the PopUp Nav Menu section, and now it’s working. Thanks for the help.

    Hi,
    I love this theme. I have a little question (I tried to find in the blog without success): I moved the navbar to the top but when I go over a menu, the pop-up with the sub menu goes “up”, out of the page. It’s possible to set the sub-menu on the navbar to open down and don’t up.
    Thank you in advance and sorry for my poor english.
    Paolo.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry Paulpablito, I’m closing this thread as the discussion ended 5 months ago. If you seek assistance, please create your own thread.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Theme: Buttercream] Hover menu disappears’ is closed to new replies.