• Resolved mariadonnoli

    (@mariadonnoli)


    Hi,
    I’m using the Balloons Theme for a new web site (http://www.matteogarattoni.com. The site is still under construction), but I’m having some problems with submenus: parent and children pages appear on the same main menu. The drop-down menu doesn’t work, so the navigation is very confused.
    Please, could you help me?
    Thank you in advance for your support,
    Maria

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It looks like the drop-down functionality is completely missing.

    Try the CSS;

    #menu-header-menu li {
     position: relative;
    }
    
    #menu-header-menu li ul {
     display: none;
     position: absolute;
     top: 10px;
     left: 0;
    }
    
    #menu-header-menu li:hover ul,
    #navigation ul li {
     display: block !important;
    }
    
    #navigation ul li {
     float: left;
    }
    
    #menu-header-menu {
     margin: 0 auto;
     display: table;
    }

    Thread Starter mariadonnoli

    (@mariadonnoli)

    BIG thanks, Andrew!!
    Now, it works fine!
    🙂

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    And Thank you, Mariadonnoli for contributing to the WordPress.org community. This thread will act as a tutorial for others experiencing the same issue.

    If you want to help further, mark this thread resolved and it’ll reach more people.

    Thread Starter mariadonnoli

    (@mariadonnoli)

    Yes, sure!
    I’ll mark it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submenus in Balloons Theme (don't work)’ is closed to new replies.