2
Hello, I’m editing a boostrap template in race, but I’m not managing to organize a page with cards and columns. I would like to decrease the size of the cards so that they fit four per line.
My website: http://tratspay.com/app/meus-produtos.html
Code so far:
<!-- Card -->
<div class="card"> <img class="card-img-top img-responsive" src="dist/img/img12.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">Nome do Produto</h4>
<p class="card-text">Vendas: 1234</p>
<p>Afiliados: 123 </p>
<p>Preço: R$ 123,12</p>
<p>Cadastrado em: 22/12/12<p>
</p>
<a href="editar-produto.html" class="btn btn-primary">Editar Produto</a> </div>
</div>
<!-- Card -->
</div>
<div class="col-lg-4 m-b-3">
<!-- Card -->
<div class="card"> <img class="card-img-top img-responsive" src="dist/img/img12.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">Nome do Produto</h4>
<p class="card-text">Vendas: 1234</p>
<p>Afiliados: 123 </p>
<p>Preço: R$ 123,12</p>
<p>Cadastrado em: 22/12/12<p>
</p>
<a href="editar-produto.html" class="btn btn-primary">Editar Produto</a> </div>
</div>
<!-- Card -->
</div>
<div class="col-lg-4 m-b-3">
<!-- Card -->
<div class="card"> <img class="card-img-top img-responsive" src="dist/img/img12.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">Nome do Produto</h4>
<p class="card-text">Vendas: 1234</p>
<p>Afiliados: 123 </p>
<p>Preço: R$ 123,12</p>
<p>Cadastrado em: 22/12/12<p>
</p>
<a href="editar-produto.html" class="btn btn-primary">Editar Produto</a> </div>
</div>
<!-- Card -->
</div>
</div>
<div class="col-lg-12 m-t-6">
</div
</div>
</div>
</div>
</div>
Thank you very much!!!!
– Igor Rosa
@Igorrosa glad it worked out! If any answer has helped you in any way consider marking it as Accept, in this icon below the arrows on the left side of the answer :) So the site does not get open questions pending without accepted answer. Just vc choose the answer you believe best solved your problem and mark the , vc can only mark an answer unfortunately.
– hugocsl
http://tratspay.com/app/meus-productos.html already managed to change on the site. Got ball show! Thanks! Really! I am very beginner in frontend and boostrap, I am editing several things in this template in the same breed kk
– Igor Rosa