Some character body parts disappearing when in view of background on a 2d platformer

Hi Everyone.
Just searching for some help, Parts of my character is disappearing when in view of my background. I believe I have sorted the layer correctly but I’m a new to unity so more than likely I have don’t it wrong. I have attach some images to explain more about my issue. thank you, I really appreciate any help.

Sorting layers are listed in the order that they are drawn. Layer 0 is drawn first, then Layer 1 (on top of Layer0), then Layer 2 (on top of both 0 and 1), etc. I think you have your player and BG layers swapped. It would also be a good idea to double-check which Sorting Layer is specified in the Sprite Renderer for all of your sprites.

Thank you for your fast reply, I’m sure this is the solution but I’m still unable to sort it. I’m clearly not understanding it correctly. I feel like I’m just making things worse now as I’m just clicking lots of thing and haven’t got a clue what I’ve done now lol. I think I will just from scratch, draw all the character and background again and re-import the psb files. I’ve been stuck on this so long now its ridiculous, and probably a simple fix
thanks again for you help I really appreciate it, sorry I was unable to understand it.