'I am having overflow problems when I used bootstrap

I coded a law firm website template and I made use of bootstrap but there is this vast space on the right when I finished. There’s a scroll bar which allows scrolling to the left and I can’t seemed to get rid of it. Below is the a link to the site. I would really appreciate if anyone could help me. I actually coded the site all over again but still couldn’t get what was wrong

http://warisandsons.ultihost.net/![enter image description here](https://i.stack.imgur.com/yefvj.jpg)



Solution 1:[1]

I added the code below and it works

html, body{
    Width: 100%
    Margin: 0;
    Padding: 0;
    overflow-x: hidden
}

Thanks to everyone

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Marsad