Hi, I’m almost complete with a site but when I checked for mobile the menu nav button isn’t showing. The url is 1stchoiceelectrician.com and I have deactivated any third party plugins.
Upon checking you might have extra closing div inside your Topbar content. This closing div will close the header unexpectedly which will throw out the navbar outside it resulting to CSS not working.
Please check the Topbar content and remove extra </div>. </div> <div class='tel'> 909-996-6678 </div>
Should be like this: <div class='tel'> 909-996-6678 </div>