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/
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:
Go to Online Store
Edit Code
Find theme.liquid file
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!