This is the second time I have run into this issue and I am about to pull my hair trying to fix it. I am creating a website and just getting on the beginnings of it. In the css I set the margins and the padding for the html
and body
tags to 0 and the page extends past the right edge of the screen.
I tried modifying the css for these elements to include a 100% width, but the horizontal scroll bar is still there and the page is still past the edge of the screen.
I also tried setting the overflow
value to hidden, but just as expected, that only took away the scroll bar. It was obvious the page was still extended past the right edge of the screen.
Any thoughts?