i notice one more issue. if we clicking on other menu the new sub menu is staying there. its overlapping the previous menu. please look attached image.
i would like to have one menu at a time. we click other menu the last one goes off.
its work partially, the sub menu always open at the top rather open side of the menu.
also if i click on another menu then its submenu overlap previous sub menu. practically if i click on another menu then last submenu disappeared and new menu open up.
also it possible the active main menu’s background colour is different than non active menu.
The problem of submenu stacking is due to your theme logic. You won’t be able to change them with just the CSS code, but you need to edit the JS code file (example: global.js… ). It will be difficult to support you if we don’t have access to your store. If possible, please share your store access with us so we can better support you.
The above JS code will help you prevent opening too many submenus simultaneously. That will make the submenu no longer stack. You can check the results on your storefront.
The problem of menu stacking has been solved. If you want to change the interface, you just change the CSS of the theme. Please provide us with detailed information about what you want (screenshots). Then, we will check it for you.
We’re sorry for the late reply. To edit the menu, we added this code to your base.css file:
Details[id^="Details-"]{
position: relative
}
Your menu problem is probably solved
Regarding the problem of editing the header, we think you should find out about the customization part. If you edit the header like the above, we see it will make your theme lose its flexibility. We recommend that you only change the layout based on your theme’s customization.