Great package, still getting my hands dirty with it.
I'm new to Hugo, but I noticed when I set hideMainMenu to true, the sidebar toggler (hamburger icon) that's visible on narrow-width screens get stuck on the right. An effective workaround is to simply delete all menu.main items in the config, and set hideMainMenu to false. This way, no main menu is displayed, and the sidbar-toggler remains on the left where it belongs.
Great package, still getting my hands dirty with it.
I'm new to Hugo, but I noticed when I set
hideMainMenu
totrue
, the sidebar toggler (hamburger icon) that's visible on narrow-width screens get stuck on the right. An effective workaround is to simply delete allmenu.main
items in the config, and sethideMainMenu
tofalse
. This way, no main menu is displayed, and the sidbar-toggler remains on the left where it belongs.