All the pages widths are too big on mobile

Hey, I have a problem that theres an extra white space on the side of my site in every page (you can see it in the left side in the picture) in mobile, I would like to fix it, thanks in advance.

store link: https://7c8266-b4.myshopify.com/

@Etay56 FK off bi*ch :poop:

Hi @Etay56

Please go to Online Store > Themes > Customize > Theme settings > open Custom CSS, add this code and click Save

@media (max-width: 749px) {
.header {
    padding: 10px 1rem 10px 1rem !important;
}
}