Hi when using the scrollme script I get a scroll left to right when viewing on mobiles.
You can view the script here:
I have used the overflow-x:hidden on the body but it still gives a scroll effect from left to right.
Here is the body css:
body{
width:100%;
top:0;
bottom:0;
padding:0;
margin:0;
background-color:#f6f6f6;
font-family: 'Lato', sans-serif;
letter-spacing:1px;
color:#727272;
overflow-x:hidden;
}
I have tried everything I can think of but the scroll effect does not go away.
If anyone can shed some light I would appreciate it.
Thanks