Have set up a site using Blocks. My issue in particular is that the background image in Promo 3 scrolls when live on the server in mobile devices where as it should stay fixed. On the desktop when live it works and is fixed as expected . I have not altered the blocks.css at all but have had a look
.promo-3
{
background: url("…/images/star-sky.jpg") center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
padding-left: 0;
padding-right: 0;
}
In PG and when tested locally it also works fine
The live site is at http://www.rauzzy.com/coldy/master.html
Any help would be appreciated
Simmo