I am trying to make the red dotted border fit my row. At the moment the border is going out of the row, but I would like the line to be inside the row like this:
I am not quite sure if it is possible to control the width of a border?
.sbp-products-row { border-bottom:1px dotted red; } <div class="sbp-item7"> <div class="row sbp-products-row"> <div class="col-xs-6 col-sm-6"> <a href="#"> <img class="sbp-product-img" src="https://i.etsystatic.com/isla/aee233/24534674/isla_75x75.24534674_ozrbr80h.jpg"> </a> </div> <div class="col-xs-6 col-sm-6"> <h4><a class="sbp-product-title" href="#">Produkt</a></h4> <p>Produkt tekst</p> </div> </div> </div> 