Back image not fixed
-
After last theme update on my background image scrolls w/ text etc. My site is rxfitness.net
Any ideas on how to fix this? Thank you.
@media screen and ( min-width: 1072px )
{
/* add image background to page */
#page {
background-image: url(“/wp-content/uploads/2016/12/background.png”);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center top;
}
- The topic ‘Back image not fixed’ is closed to new replies.