Hi @Fidel, thanks for the link. I can see that your site has some overflow, meaning that you have some element overflowing beyond the size of the mobile viewport.
Looking at the elements, it seems you have a lot of elements using fixed widths and this might be causing the problem, that some element is too wide for the viewport.
My suggestion is for you to try and find the element that has the overflow, fix that by adjusting width or by setting the overflow to hidden, and the issue hopefully will be resolved.
I would use percentage based widths so that your content always stays within the viewport.
Here is a tutorial that helps with structuring your divs:
http://tutorials.webflow.com/using-divs-for-structuring
I hope that helps, if not, let me know Cheers, Dave