I built a website off of this templet Septic Templet Hamburger working - Berlin ..
however the hamburger mobile menu does not function on my website can anyone address how to fix this issue Septicworkz.com - When it just has to work...
I built a website off of this templet Septic Templet Hamburger working - Berlin ..
however the hamburger mobile menu does not function on my website can anyone address how to fix this issue Septicworkz.com - When it just has to work...
Hi and welcome to the community, @Admin1!
If the hamburger menu works in the original Berlin template but not on your live site, it’s usually one of these in Sitejet:
1. Missing navigation component
Make sure the mobile navigation element (“Navigation” in the Navigator panel) is still in your header.
If it got deleted or unlinked, re-add the Navigation element from the Add → Elements → Navigation panel.
2. Broken menu trigger link
3. Script or CSS override
Custom CSS or JS can sometimes hide the menu or block clicks.
Check your Page → Code sections for anything targeting .nav
, .menu
, or .header
and temporarily disable to test.
4. Layer order / Z-index issue
On mobile, other elements might be sitting on top of the hamburger button, making it unclickable.
In Design → Position, set the hamburger’s Z-index higher (e.g., 999
).
Quick test: Preview your site in the Designer’s mobile view. If it works there but not live, the issue is in published code (likely external scripts or CSS).