A white bar appears in the right margin causing the appearance of the horizontal scroll

Asked

Viewed 455 times

0

I’m with a mistake and I’ve tried everything to fix the problem that causes the appearance of the horizontal scroll

http://amadeuantunes.com/

  • corrected <a> but div not found yet

  • 1

    I’ve been looking, and I think it’s the navigation bar, if you do Introspect you can get the "contact" link out

  • I’ll remove the bar

  • solved that div

  • I took the bar, I’m already in production

  • I already took that zipper off

  • Still isn’t what caused that damn xD bar

  • Continues the problem?

  • Yes continues :/

  • Strange, I’m testing in several resolutions and it’s ok, tried to clear your browser cache?

  • Lool had made refresh and nothing but now I did refresh and seems to be gone

  • So it closed!!!

  • Thank you to s+Erio was sick of this xD

Show 8 more comments

1 answer

2


You have two problems on your site, the first 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 the class containe, missing the r.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.