[ad_1]
[ad_2]
I just made this site with elementor and astra themes
The template was chosen from starter templates plugin however on mobile devices the website is like half shown as you can see or drift into a blank space upon clicking

You have an element that is overflowing the container. So you need to find it and fix it…usually add some kind of wrapper element.
The comment that bimmerman did
And or you haven’t defined the width of any one section that is too large for mobile.
For example
Once I put a header windows ads. On mobile
It expanded to whole width and destroyed the mobile view
I deleted it and it got resolved
You can usually fix this with an overflow: hidden; CSS declaration on the body element of the page. (Note this depends on what is breaking your layout and is probably better to address the element directly)