1
Visiting your site I must conclude that this is a simple case of wrong css (and hence not a WordPress problem).
You have all your content in a div with class container. In your bootstrap.min.css you set the width of this container as 1170px. In style.css you define max-width:100% on images. So n...
