put an image under columns in Bootstrap

Asked

Viewed 155 times

0

The structure is correct, the problem, when I try to put an image, the image goes down there along with the footer, this print I posted, is what the end result looks like. The code I’m posting is the same as the print, except for the image.

Code Pastebin

SRC to add image:

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

inserir a descrição da imagem aqui

Has some class of bootstrap to add the image below column 1 and column 2 or I have to do css??

1 answer

0

Follow an example of what you can do: Jsfiddle.

You have to subdivide the columns this way:

|              col-md-8             |       col-md-4       |
| coluna 1 (md-6) | coluna 2 (md-6) | coluna 3 (col-md-12) |
|              imagem (md-12)       |

Browser other questions tagged

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