Archived topic
Mobile scaling wrong
1 reply · Started by Joakim on January 9, 2022
Viewing posts 1–2 of 2
Hi!
I have the site casinorei.pt and when i check on mobile the view its not static but dynamic. You get a small black visible bar and you get the option to move the screen to the left or right. Is there any css/code i can add so it becomes static on mobile?
Best Regards
Hi there,
Your site is having content overflow.
You can try adding this CSS to address it.
html, body {
overflow-x: hidden;
}
Here's how to add CSS - https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.