Website completely zoomed out on mobile

Hello,

On mobile, when going to my web address, it appears completely zoomed out. You are able to scroll to the right way more than it should allow. I have attached an image for context.

Please let me know if there is a fix?

Thank you

@skatersweb Can you please share this page link?

https://skatersedgecanada.com/

Do you have any idea what may be causing this?

@skatersweb please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

@media screen and (max-width:749px){
#shopify-section-sections--23002194608438__footer .copyright__content:nth-child(2) {
    position: relative !important;   left: 0 !important;}
}

Thank you very much!