Copy link to clipboard
Copied
https://jeniferenterprises.com/index.html
Viewing on mobile device, the Hamburger menu is invisible. However, if I click in that top right area, the menu drops down. Can anyone tell me where the code error is?
Thanks in advance,
MaryAnn
Copy link to clipboard
Copied
There's nothing between the <button> </button> tags?
I don't use Bootstrap, least version 4.5, which is an old version, but recent versions included:
<span class="navbar-toggler-icon"></span>
Between the <button> <span class="navbar-toggler-icon"></span> </button> tags.
That by its name, togger icon, should serve up your burger, tasty!