Here is a link to my website. It works ok and a-priori it also seams Ok on my phone, however, it shouldn’t be able to be scrolled left and right, IT’S ONLY SUPPOSED TO GO UP AND DOWN! I have a weird white part on the right of my site when using the phone. When I open the developer mode and put tablet mode and see the elements. I see that the body is only the "good part", the white part is not defined in the HTML so I cannot find the source of the problem.
My code is available in https://github.com/NEGU93/agustinbarrachina. I tried:
html,body
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
As said here and here. I don't think the problem is related to the footer as it says here
It is also weird because I don't have this problem in the main site (home
) so I believe the problem is in timeline
HTML or CSS.