I already set for <body> :
@media only screen and (max-width: 990px) { overflow-x: hidden; } but it does not work. Here is a link to the site . There is always space on the right. How to remove it? I apply the screen with overflow:hidden .
I already set for <body> :
@media only screen and (max-width: 990px) { overflow-x: hidden; } but it does not work. Here is a link to the site . There is always space on the right. How to remove it? I apply the screen with overflow:hidden .
The #footer-info .wrap{width: 900px} on line 395 spoils everything.
In such situations, it usually helps to remove the pieces of the site before determining the problem.
Source: https://ru.stackoverflow.com/questions/562786/
All Articles
overflow-y:hidden;- Andrey Fedorov