trevorellis
Hi
On header you are using custom table , there is no style by default from the ACM module or template side.
I checked on other page that issue its loading additional style that is override
You can try this :
Customize the icons code to add a max width value
<img src="/images/LogosAndSlides/FacebookGrayscale.jpg" alt="FacebookGrayscale" height="50" style="display: block;margin-left: auto;margin-right: auto;max-width: 50px;">
http://prntscr.com/u8qujc
And add this code in custom.css
.customcustomastonheadergraphicbig td img {width:inherit;height:inherit;max-width: 360px;}