Parallax image issue[SOLVED]

Hey everyone! I’m having an issue with a image on my tribute page. I’m trying to do a parallax look which is working but the image i’m using I can not seem to figure out how to push it down from the top. You cannot see the top of the picture. I would like the top of the image to be positioned below the h1. I have tried setting both top and bottom, height & margin-top. I have done a google search but have not found a solution. You can check it out here https://codepen.io/av8r956/pen/wZYXyb
Thank you

I don’t know if I fully understand what you want but try using background-position: top; instead of center and let me know if that solves your issue.

1 Like

I totally overlooked that. Worked perfectly ! Thank you

No worries, I am glad I could be of assistance.