• Resolved il.

    (@il-1)


    Works great… but after activating this plugin my menu’s are open automatically.
    After deactivating my menu’s are normal again.
    See the difference: https://ibb.co/7nLcYfd

    What can I do about this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi IL! I found a solution.

    Use the selector “.dropdown-menu” and add the folling code in your custom css:

    .dropdown-menu{
    display:block!important;
    position:static!important;
    border:none!important
    }

    OBS: If the developer had already fixed, disregard that code.

    I hope I was helpfull!

    • This reply was modified 6 years, 3 months ago by renatoaread.
    Thread Starter il.

    (@il-1)

    Nope is worse now…
    https://ibb.co/rbwbGT1

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu’s are wrong after activating’ is closed to new replies.