DIV tag exceeding width [closed]

-2

I have my portfolio and I have some <div> is estourando width, but I can not find it.

Link to website

Overflow image

    
asked by anonymous 29.06.2015 / 02:45

1 answer

2

The div that is "popping" the width is located on line 473 (basically the div that inserts the facebook information). Add:

style="width:auto;"

In the Div and the problem should be solved. If it is not, use the 3D functionality provided by firefox and look for the element that is coming out of the display resolution.

    
29.06.2015 / 03:42