Tag DIV exceeding width

Asked

Viewed 246 times

-2

I have my portfolio and I have some <div> is estourando the width, but not found.

Link to the website

inserir a descrição da imagem aqui

in the image the overflow

  • 1

    Clarify your question better, start by providing the code in question and not just the "view"

  • so the question is, I don’t know what part of the code is wrong, thank you

  • Right, anyway, if you can’t provide the code try to provide some images explained what happened..

  • @Rebelox edited the question with the image

  • 1

    Hello Furlan. We notice that you have several questions in this style, and you may have noticed that their destiny is to be closed, and perhaps in the future excluded. This is because the purpose of the site is that the questions can help more people, so it is important to create a Minimum, Complete and Verifiable Example. I also strongly advise this discussion on the goal: I can only show a link to my website with problems?

1 answer

2


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

style="width:auto;"

In the relevant Div and the problem should be solved.
If not, use the 3D functionality offered by firefox and look for the element that is leaving the display resolution.

  • In addition, I noticed that the website uses bootstrap, so this should respect the Grid as well as including the .col-Md- the .col-Sm- and the .col-Xs-

Browser other questions tagged

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