• Resolved jrothhardt

    (@jrothhardt)


    Hello, everybody,
    I’d be very happy for help. I am new in Bootstrab and i use WP Bootstrap Starter and try to get a drop down menu.
    Please excuse my bad English, I am a bit older and learned English at school over 50 years ago, but have a good translator program. Here my problem!
    BI can’t add a submenu in the menu settings.
    I have entered the following CSS code:

    #masthead .navbar-nav > li:hover > .dropdown-menu {
    display: block;
    top: 30px;
    }
    #masthead .navbar-nav li > .dropdown-menu li:hover .dropdown-menu {
    left: 190px;
    top: 0;
    width: 200px !important;
    display: block;
    }
    .navbar-nav > li > .dropdown-menu {
    top: 40px !important;

    jQuery Code:

    jQuery(function($){
    $(‘.navbar-collapse .dropdown-toggle’).removeAttr(‘data-toggle’);
    });

    Now the question has the theme or my style no dropdown menu. As font I use Oswald/Muli

    The last 3 menu items should be the submenu
    Thank you for your help and answer,
    Best regards from Calau

    Jörg Rothhardt

    [ Translator link deleted ]

    • This topic was modified 6 years, 5 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter jrothhardt

    (@jrothhardt)

    hallo,
    After many experiments, everything worked, but I don’t know how.
    Thank you for your help and answer,
    Best regards from Calau

    Jörg Rothhardt

Viewing 1 replies (of 1 total)

The topic ‘no Submenu and Drop-down menu’ is closed to new replies.