Footer Image

Hi everyone,

I am trying to add an image to my footer but it’s not working exactly like i want it to. I want the image to be at the complete bottom and to be full width.

This is the code I used this far:

.site-footer {
  width: 100%;
  text-align: center;
  background-color: unset !important;
  color: white;
  padding: 0;
  background: url(https://cdn.shopify.com/s/files/1/0898/4438/4072/files/footer.png?v=1745925424);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

I hope anyone can help me.

Kind regards,

Jonathan

How it is now

How I want it to be