Skip to main content
maryanns50585047
Known Participant
January 25, 2022
Question

Hamburger Menu invisible

  • January 25, 2022
  • 1 reply
  • 169 views

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

    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    Legend
    January 25, 2022

    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!