Title: update menu issue
Last modified: February 3, 2023

---

# update menu issue

 *  [Miss Falkenberg](https://wordpress.org/support/users/gittefalkenberg/)
 * (@gittefalkenberg)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/update-menu-issue/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fupdate-menu-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/update-menu-issue/#post-16441549)
 * Hi [@gittefalkenberg](https://wordpress.org/support/users/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.
 *     ```wp-block-code
       .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](https://wordpress.org/support/users/gittefalkenberg/)
 * (@gittefalkenberg)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/update-menu-issue/#post-16443364)
 * 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.
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/update-menu-issue/#post-16444207)
 * Hi [@gittefalkenberg](https://wordpress.org/support/users/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:
 *     ```wp-block-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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/botiga/2.4.3/screenshot.png)
 * Botiga
 * [Support Threads](https://wordpress.org/support/theme/botiga/)
 * [Active Topics](https://wordpress.org/support/theme/botiga/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/botiga/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/botiga/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [update](https://wordpress.org/support/topic-tag/update/)

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/update-menu-issue/#post-16444207)
 * Status: not resolved