horizontal scroll issue (PC)

Hi, can somebody help me remove the horizontal scroll caused by the website being slightly zoomed in? I was able to get help for the mobile version, but not for the PC version. Thank you in advance

STORE https://timecraft.se/

Use the same css I provided in previous post but outside the media query

html, body {
    overflow-x: hidden;
}

Hey @edwinsoltan

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you again!

thank you!