Repeater shifting the element upward in mobile site

I have added a repeater in my site and because of this my layout is shifting upwards. Before adding repeater my site is working perfectly well.
I submit a ticket for that and your team said that i am having this issue because of repeater in my site

Hi,
Please send us the site URL and screenshots of the issue so that we can check it on our end.

Best,
Tal

Hi,
The site url is rhttps://www.rishabhapps.ga/
I dont know whats happening with my site I rearrange all the element and fix them 30 to 40 times but again it changes it position in mobile site. And there is no issue like this before this issue happens from when i add wix code element and dynamic pages to my site and The pages which have wix code element will shifted upward not all pages. Some time only few pages shifted upwards ( all wix code pages having wix code elemnt like element like User Input form, repeater and also data set).
If i reload the page or do some work on other pages then also these pages shifted upwards this issue on happens in mobile site not in desktop site. Mostly layout shifted 10 Y axis upward according to my toolbar.
These are some of the screen shots of the editior and mobile how it looks like.
Dont open site in desktop because desktop browser because it is not built yet and the element are hidden behind the strip and currently site is pretty confusing in desktop version so just use mobile site and the issue is also happening in mobie site not is desktop.

Hi,
It seems like a problem with the layout of the page. Please contact Wix Support team to help you with this matter. Moreover, I recommend attaching the screenshots to the ticket so that they can better understand what you were referring.

Thanks,
Tal.

Hi,
I had call them 10 to 20 times but they said they dont know much about wix code and this is the issue happens because of wix code so go on the wix forum and they will help you out.
Thanks

Hi Rashabh,
I took a look at your site, and I believe that I understand the issue:
Your repeater is connected to a dataset, and that dataset is returning 0 results, therefore the repeater is empty.
By default, the repeater behavior does not collapse itself entirely when there are no results. It always retains the size of at least one item.
If you want it to collapse, you can open the properties panel for the dataset, create an event handler for the onReady event, and write the following code in it:

export function dataset1_ready() {
	if($w('#repeater1').data.length==0){
		$w('#repeater1').collapse();
	}
}

No the page without the repeater is also shifting upwards. Check the screen shot i think that will help you to understand whats going on

Hi Rishabh,

This case is unrelated to wix code forum. Please follow up with Wix support regarding this matter.

Best regards,