In this new tutorial i showed you guys within a minute how to fix the white space on the edges of your wordpress website especially in the mobile version of the all wordpress website. Here’s the exact code that i used to fix the problem.
@media only screen and (max-width: 768px) {html, body{ width:100%;
overflow-x:hidden;
}}