badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Weird display second-level menus (pro)

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #49021
    jeanlucgarnier
    Participant

    Hi,

    I’ve just added a second level menu to my website : was previously About, now is About>Company and About>Partners. Unfortunately, clicking the second level options is just impossible as the menu closes as soon as I hover the mouse on the second level items… It was the only modification I did!

    Please have a look at http://jeanlucgarnier.fr/business/blog/home/ (FR = A propos, EN = About) and return any clue.

    Thanks in advance for any help!

    #49196

    Hi Jeanlucgarnier,

    It seems that bootstrap that you are using is overriding the theme main CSS code. To work the menu properly disable the bootstrap CSS otherwise go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on Save & Publish Button:

    #access a {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    #49199
    jeanlucgarnier
    Participant

    The hack works fine, many thanks! By the way, how can I “disable the bootstrap CSS”?

    Thanks again for your help!

    #49205

    Hi jeanlucgarnier,

    It may be coming from plugins. Please deactivate the plugin which integrate bootstrap css

    Thank you

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.