place an image below columns in Bootstrap

0

The structure is correct, the problem, when I try to put an image, the image goes down along with footer , this print I posted is what it's like to get the final result. The code I am posting is the same as the print, except the image.

Code PasteBin

SRC to add image:

src="http://placehold.it/450x150"

    
asked by anonymous 05.09.2017 / 18:01

1 answer

0

Here's an example of what you can do: JSFiddle .

You have to subdivide the columns like this:

|              col-md-8             |       col-md-4       |
| coluna 1 (md-6) | coluna 2 (md-6) | coluna 3 (col-md-12) |
|              imagem (md-12)       |
    
25.09.2017 / 17:48