Hello,
I have problem on my website dobrelegowiska.pl on mobile device. On my phone when someone is on website it shows blank margin on the right. Screen below:
Can someone help me with this?
Hello,
I have problem on my website dobrelegowiska.pl on mobile device. On my phone when someone is on website it shows blank margin on the right. Screen below:
Can someone help me with this?
Hello,
Please share “Store URL”
Thanks!
Hello,
Hi @swider
Please go to your Theme > Edit code > Assets > Open stylesheet.css
You can add this CSS
body {
overflow-x: hidden;
}
This will prevent customers on your store from scrolling horizontally.
I hope my code can help you.
In additional, I saw this code: https://prnt.sc/2F7eTDwB9277, it was added incorrectly to your store so it shows up on your store as regular text.
Let me know if you have any questions!
Best regards,
Daisy
Hello,
I did as you instructed and removed the invalid code however, I still have the margin on the right side on the phone. Would you still try to help me with this?