Hello everyone,
I have already tried using code from other similar posts.
I have an image i want to embed in my web footer and i want it fixed so it does not move.
I know this code to insert the image in the footer:
#shopify-section-footer footer { background-image: url([i](https://cdn.shopify.com/s/files/1/0689/0238/7976/files/Diseno_sin_titulo_30.png?v=1713284880)mage-url) !important; background-size: cover; background-repeat: repeat; background-position: center; }However using this code the image moves as i scroll down. (i dont want that)
I do not know how i can leave it fixed.
What i am trying to achieve here, is to attach the “wave” image below to the top of the footer so i can then embed my klaviyo embedded form code on top of the “wave” png in the footer also. So the footer would be the klaviyo form, then the image and then the rest of the footer info.
Hope that helps