I currently have https://godskespark.vestio.com/fase-2 built based on the Growth theme. However this theme doesn't support a hamburger menu on the mobile view.
I tried to clone the menu module from the Hubspot boilerplate theme but now I'm lost how I can use it in my active theme.
You would need to create a child theme and then replace the menu in the main theme with your new menu by replacing it wherever it's loaded in the main theme. Probably in base.html or a partial header.html.
Clone the file that loads the menu module to your child theme and edit it there.
You would need to create a child theme and then replace the menu in the main theme with your new menu by replacing it wherever it's loaded in the main theme. Probably in base.html or a partial header.html.
Clone the file that loads the menu module to your child theme and edit it there.