Please have a look at my site http://northstarmedicaltransport.com Site seems to display in all browsers correctly except edge. Thanks for any help
Mine is Edge 40 (I believe), it could be that it's out of date, but here is your site the way I see it:
The site IS adjusting to it, that's why it's hiding the menu with the hamburger icon. See those three lines top left corner? Click on them. Your screen is so narrow or your zoom is so high, you're triggering the mobile / responsive layout. That SHOULD be by design. Code-wise that's a train wreck mish-mash of technologies -- HTML 4 heading structure with 5 structural tags leading to broken non-visual navigation, JavaScript doing CSS' job, pointless code bloat headers around headings, placeholder doing label's job, static style in the markup, HTML 3.2 attributes that haven't been valid markup since 1997... It's got problems. Though I've seen far, far worse of late.