Below is the header.php file from Appearance > Editor.
It’s strange that it loads properly for me. I also had a buddy check in Denver and it loads w/ the styling for him as well.
– – –
<!doctype html>
<html <?php language_attributes(); ?> class=”no-js”>
<head>
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-90878615-1’, ‘auto’);
ga(‘send’, ‘pageview’);
</script>
<meta name=”google-site-verification” content=”4llp6Q99PXUF28-v9sScVRjwY1flD-QioKPvuoFzEs8″ />
<meta charset=”<?php bloginfo(‘charset’); ?>”>
<title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :’; } ?> <?php bloginfo(‘name’); ?></title>
<link href=”<?php echo get_template_directory_uri(); ?>/img/icons/touch.png” rel=”apple-touch-icon-precomposed”>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<meta name=”description” content=”<?php bloginfo(‘description’); ?>”>
<link href=”https://fonts.googleapis.com/css?family=Raleway:400,400i,800,800i,900,900i” rel=”stylesheet”>
<?php wp_head(); ?>
<script>
// conditionizr.com
// configure environment tests
conditionizr.config({
assets: ‘<?php echo get_template_directory_uri(); ?>’,
tests: {}
});
</script>
<link rel=”icon” href=”<?php echo site_url(); ?>/favicon.ico”>
<link type=”text/css” media=”all” href=”<?php echo get_template_directory_uri(); ?>/elromco-min/elromco.css” rel=”stylesheet” />
<link type=”text/css” media=”all” href=”<?php echo get_template_directory_uri(); ?>/elromco-min/company/company.css” rel=”stylesheet” />
</head>
<body <?php body_class(); ?> ng-app=”movecalc” ng-controller=”movecalController”>
<!– wrapper –>
<div class=”wrapper”>
<!– header –>
<header class=”header clear” role=”banner”>
<!– logo –>
<div class=”logo”>
“>
” alt=”Logo” class=”logo-img”>
</div>
<!– /logo –>
<!– nav –>
<nav class=”nav” role=”navigation”>
<?php html5blank_nav(); ?>
Get a Quote


</nav>
<!– /nav –>
<div id=”top_logo” style=”text-align: center; background: #004d89;”>
<div style=”display: inline-block;”><a href=”
https://www.facebook.com/artisanmoving” target=”_blank” rel=”noopener”>
</div>
<div style=”display: inline-block;”>
</div>
</header>
<!– /header –>