964
964

Reputation: 15

Mobile site going slightly outside the device screen width

I made this single web page and when I view it my mobile device, and I thumb to the left, the width of the website shifts over slightly, like the left and right edges are not completely contained within the device screen. It doesn't shift around on the DuckDuckGo browser, but it does on Safari. Is anyone aware of how to correct this?

I've used Bootstrap Grid and tried to set the correct element width specifications with CSS.

Upvotes: 0

Views: 1539

Answers (2)

964
964

Reputation: 15

Thanks for the help, everyone. I changed the width of the spinning image and everything seems to be working. I had also forgotten that the corners of the transparent div extend further than the circle... whoops.

Upvotes: 0

Christophe Gibelli
Christophe Gibelli

Reputation: 36

i think it's about the width of you div with the ID "spinningDial". She's to big on small device.

Remove it for a test. Then the page width will be perfect on mobile device. Or you can juste try to change the width of this div for a test (100px for example).

Upvotes: 1

Related Questions