After you have fixed the bootstrap do the following, always set a size for things
in all your put a class in the example I will put "time-link" note, just put in the figures that will be the images of the teams example:
<section id="times1">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-3">
<figure class="time-link">
<a href="perfilTime.html">
<img class="cores" src="image/alligators_png.png">
<img class="preto" src="image/alligators_png2.png">
</a>
</figure>
</div>
<div class="clearfix visible-xs"></div>
<div class="col-xs-12 col-md-3">
<figure class="time-link">
<!--<a href="#">9-->
<img class="cores" src="image/biters_png.png">
<img class="preto" src="image/biters_png2.png">
<!--</a>-->
</figure>
</div>
<div class="clearfix visible-xs"></div>
<div class="col-xs-12 col-md-3">
<figure class="time-link">
<!--<a href="#">-->
<img class="cores" src="image/deserts_png.png">
<img class="preto" src="image/deserts_png2.png">
<!--</a>-->
</figure>
</div>
<div class="clearfix visible-xs"></div>
<div class="col-xs-12 col-md-3">
<figure class="time-link">
<!--<a href="#">-->
<img class="cores" src="image/drakos_png.png">
<img class="preto" src="image/drakos_png2.png">
<!--</a>-->
</figure>
</div>
</div>
</div>
</section>
After putting time-link in the figures set a size in your css, as the size of the images are 170 x 150 I will set so, put margin: 0 auto; for it to center
.time-link{
width: 170px;
height: 150px;
margin: 0 auto;
}
if you want to reduce the time2 and time3 margin (OPTIONAL)
#time2,#time3{
margin-top: 5%;
}
Doing this will work, anything screams
Hi Anderson, thanks for the answer !!! I did everything you said related to Jquery, even so it didn’t work. I studied a little more on the bootstrap grid and nothing ... I put col-Xs-12 to show only 1 time on mobile and col-Md-3 for a 4 times Row, correct? sera that my css is wrong, can help me please?
– rui queiroz
Fez? The site is still without the js folder and jquery
– Anderson Henrique
ah yes, it’s because I tested it right here at home, but I’ll host the folder in Filezilla with the file.. Ready ! rsrs!
– rui queiroz
Okay bro @ruiqueiroz I’ll change the answer, now it’ll work
– Anderson Henrique
Anderson thanks !!! I got it, everything worked out and I’m very happy !!! this site is important to me, thanks really. I’m impressed with the good will and help!!!
– rui queiroz
that nothing friend if possible please mark the answer as correct and rate thanks @ruiqueiroz
– Anderson Henrique