achary / engimo

minimo-eng - Minimalist theme for Hugo tuned for engineering content, based on Minimo
https://engimo.netlify.com
MIT License
49 stars 23 forks source link

Setting `hideMainMenu = true` in config.toml causes the sidebar-toggler (on narrow-width screens) to be on the rightside of the screen #4

Open komali2 opened 5 years ago

komali2 commented 5 years ago

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.