I have a problem with unwanted free space on right side of my webpage. Here is my webpage :
I add these code
html,body
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
and it's solved my problem but, it disable footer icons on webpage so how can i do this?
Here is webpage :