Hi there
on my Website https://showmyproject.ch/la-galleria-online-shop/ I use this CSS to fix the lower background image while scrolling down:
.x-bg-layer-lower-image {
background-attachment:fixed;
}
This looks great for me but I would like to see the whole image in height, meaning the image should have a margin of 140px from the top. At the moment, the image starts at the top of the browser and therefore is covered at the top from the white menu bar, which is 140px in height.
The size and position of the background image is set to “Cover” and “Top”. I tried to give the first section a margin of 140px but this only crops the image instead of moving it down.
What do I do wrong?
Thank you very much for your help!