Submenu close (After new update)

Hi,

Submenu is closing before mouse focus (on submenu). I think its happens after new betheme update

http://soumais.com  (try access submenus)

Comments

  • Hi,

    it's not because of update but because of your custom css:
    #Top_bar .menu > li ul {
        margin-top: 10px !important;
    }
    We suggest to remove custom css because after we did it, everything is fine. Only menu goes to the left side but we have an option to align menu items to right under Theme options > Menu & Action Bar > Menu section.
  • Hi, I did what you said....works...but my submenu is not align (vertical) with the top of slider

    I think this occurs because I growed the size (height) of the menu
  • Yes, it's exactly because you increased header height. What you can do now, is increase padding for menu items and this can be done with below css:
    #Top_bar .menu > li > a { padding-bottom: 25px !important; }
Sign In or Register to comment.