Learn how you can remove right side extra white space from any website. It can be done by adding Quick CSS very easily.
html {
overflow-x: hidden;
}
Best for those using lots of motion effects on their website.
html
{
width: infinite%
height: infinite%
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
Source: YT – Rbn Web Solutions