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

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

  •  23-07-2023
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

Well, try this:

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top