A white bar appears on the right margin causing the horizontal scroll

0

I have an error and have tried everything to correct the problem that causes the horizontal scrolling to appear

link

    
asked by anonymous 19.11.2016 / 13:42

1 answer

2

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 .

    
19.11.2016 / 13:54