Hello everyone. I am currently using the Flatiron template. Previously I had no problems with my site. The background image was consistently fixed in place and was working properly.
However, my trial expired. After extending my trial it seems everything was working as it should except for the BG image. I have it set to fixed but it still continues to scroll.
Here is my current CSS that affects my BG.
#container-content{width: 1080px; margin: 0px auto;}
#container{ background-image: url(imagelink.png); background-repeat: no-repeat; background-attachment: fixed; background-position: center; }
#container{ max-width:none;}