#Header hamburger icon not working when mobile view
3 messages · Page 1 of 1 (latest)
I think it is working fine. Currently the links display is set to none on small screen and the burger none on larger than small. you just need to implement the logic for the mobile view, for example: make a side nav with the links from the header and make it appear when you click the Burger button, or however you want to implement it.
thankyou will try it!