Unwanted grey panel

Permalink
In Home page I have an unwanted grey panel which blocks content of my slide panel. It extends ¾ of the screen right to left and the height of the slider panel.
When creating a .pdf of the web screen the panel does not present and is not seen.
See the attached file for a view using Screen Grab - the grey panel is seen.
I am running a Mac and using Safari.
Is it possible that Google Analytics is causing this?
Looking at Sitewide Settings > Tracking Code it shows shows:
<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','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-73070322-1', 'auto');
ga('send', 'pageview');

</script>
Running Version 5.4.2.2.
Thank you for any help.

1 Attachment

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi cammo,

Here is some override CSS you can try:
#page #header {
    height: 135px;
}
#page #featured-area {
    overflow: visible;
}
#page #slideshow {
    margin-top: 0;
}

I am not familiar with how to add custom CSS to concrete5 5.4, so a site search may be required.

A side note, your site uses a very old version of concrete5, you may want to consider updating it.
cammo replied on at Permalink Reply
MrKDilkington,
Much appreciated...I understand that our version is outdated but I have been reluctant to upgrade based on some of the experiences I have read...perhaps I am being overly cautious.
Thanks again,
Cammo