Hi,
I’ve set a row image background and assigned a class name to lock the background position when the page is scrolled down.
With this declaration nothing happens, the background image still scrolls with the page:
background-attachment: fixed;
In this way the row element is override by others elements:
position: fixed;
Thanks in advance for your help.