I am trying to make parallax page title and need the background image to **not ** be anchored at the top. My CSS modifications are ignored relative to vertical positioning, though they work with horizontal positioning.
#page-title.page-title-parallax {
background-color: transparent;
background-attachment: fixed;
background-position: right center!important;
background-repeat: no-repeat;
}
What am I doing wrong?
http://beta.of-g.com/meetdeveloper-test.html
I really do not care if it is parallax or not, just want the background image positioned properly.
Please help!
