I have an error and have tried everything to correct the problem that causes the horizontal scrolling to appear
I have an error and have tried everything to correct the problem that causes the horizontal scrolling to appear
You have two problems on your site, the first one is in the portfolio session, your images are exploding, to fix add the following rule in your css:
.img-responsive {
margin: 0;
}
The second problem is in the footer, there is a div with class containe
, missing r
.