This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Erik Stewart
over 8 years

6/14 [resolved] Add a second <div class="thumbnail">..</div>

<div class="row">
    <div class="col-md-4">
    <div class="thumbnail">
        <img src="http://goo.gl/0sX3jq">
    </div>
    <div class="col-md-4">
    <div class="thumbnail">
        <img src="http://goo.gl/an2HXY">
    </div>
    <div class="col-md-4">
      </div>
     </div>
    </div>
   </div>

Answer 55d83dc5937676b81c0001ba

0 votes

Permalink

You should have two thumbnails in the second column.

so your second column should look like :

<div class="col-md-4">
     <div class="thumbnail">
          <img src="http://goo.gl/Av1pac" >
     </div>
     <div class="thumbnail">
          <img src="http://goo.gl/vw43v1">
     </div>
</div>

I hope this helps

points
Submitted by kabilan west
over 8 years

1 comments

Erik Stewart over 8 years

It did thank you

Answer 55d9438ed3292f8f3100030c

0 votes

Permalink

points
Submitted by laitanop
over 8 years