Hello There,
Thanks for updating in!
I have logged in and found two errors on the page that affects the grid.
1.) Reduce Bounce Rate is generating a JS error on the page. I have disabled this temporarily.
2.) You have inserted an invalid custom JS in the custom js section. I have updated it and used this code instead:
</script>
<!-- Quantcast Tag -->
<script type="text/javascript">
var _qevents = _qevents || [];
(function() {
var elem = document.createElement('script');
elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
elem.async = true;
elem.type = "text/javascript";
var scpt = document.getElementsByTagName('script')[0];
scpt.parentNode.insertBefore(elem, scpt);
})();
_qevents.push({
qacct:"p-w_D1Evh7yByrF"
});
</script>
<noscript>
<div style="display:none;">
<img src="//pixel.quantserve.com/pixel/p-w_D1Evh7yByrF.gif" border="0" height="1" width="1" alt="Quantcast"/>
</div>
</noscript>
<!-- End Quantcast tag -->
<script>
// add your other custom JS below here
I went ahead and I edited your grid. The background color is now showing and it fades in. Having to slide it from left or right has some issues due to a JS error.
Please check your site now.