How to remove this indent (highlighted in orange)?
Here is the code:
pay.php:
<div class="col-xs-2"> <!-- small box --> <div class="xtrasmall-box" style="background-image: url(img/wm.png);"> </div> </div><!-- ./col --> style.css:
.xtrasmall-box {
border-radius: 2px;
position: relative;
display: block;
height: 45px;
width: 60%;
box-shadow: 0 1px 1px rgba (0, 0, 0, 0.1);
}

width: 60%;nothing changes? - PloadyFree