• After updating the theme today, my header and footer went crazy. I had to rebuild them from scratch and the header is still not working perfectly.

    In Google Chrome, when I mouse over “Produkter”, the menu goes upwards. When I move the mouse a little, it goes downwards, but its not handy, that it jumps like that. Any ideas?

    The funny thing is, than when I change language to english, it seems not to be a problem. Very odd.

    Same goes for other browsers.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @gittefalkenberg,

    First of all, thank you for using our theme.

    That minor bug has been added to our radar and it will be fixed permanently as soon as upcoming version update released.

    Meanwhile, you can fix it by adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .bhfb-desktop .botiga-dropdown ul li:hover > ul.sub-menu-reverse-vertically, 
    .bhfb-desktop .botiga-dropdown ul li.focus > ul.sub-menu-reverse-vertically {
      top: 100% !important;
    }
    Thread Starter Miss Falkenberg

    (@gittefalkenberg)

    Thanks a lot. Worked perfectly ??

    Do I need to remove this code when you fix the problem?

    Would you also have a code for making the submenu wider? Like 250px.

    Hi @gittefalkenberg,

    Thank you for getting back. Glad to hear the code

    Do I need to remove this code when you fix the problem?

    When upcoming theme update contains a fix for this, you can remove the code from Customizer.

    Would you also have a code for making the submenu wider? Like 250px.

    Try adding this CSS code:

    #site-navigation.botiga-dropdown ul.nav-menu ul {
      width: 250px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘update menu issue’ is closed to new replies.