What's the easiest way to get rid of unknown margin/padding without using overflow?

StackOverflow https://stackoverflow.com/questions/23681010

  •  23-07-2023
  •  | 
  •  

Question

I've got this site and when you smaller the viewport to mobile proportions and scroll to the side, you see some white whitespace, over the whole length of the page. Strangely, I can't find where it's coming from.

The only thing I can verify that it's not coming from my own written Javascript and it's probably CSS related. However, after quite some time searching, I'm giving up.

Who can find the bad ass that is causing the white space to the right side of the page?

// This only happens on mobile devices or when you smaller your viewport

Thanks! =)

The title might be a bit off for this problem, but a title as 'How do I get rid of this unknown margin?' would be a bit strange and vague.. So therefor this title.

Was it helpful?

Solution

Well, try this:

remove in your header .devices {}, left:20%;

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top