Good afternoon, I hope you are well. I have a weird issue. I have a faded transparent image as the background for my site. It works great on some computers but then it disappears on others. Below is the code I am using.
You can see if you go to http://quirktools.com/screenfly/ and test the site. The background is there on the 15in monitor then disappears on the 19 in? It also disappears on the iPad pro. What could be causing this?
Thank you in advance for the help.
.header-wrapper.header-type-2.header-transparent.header-scrolling {
background: url(img/gray-fade.png);
}
.home .header-wrapper.header-type-2.slider-overlap.header-transparent.header-scrolling {
background: url(img/gray-fade.png);
}