How to align item's price above the button in this case?
.price-label{
text-align: center;
justify-content: space-between;
position: relative;
}
.add-to-cart-btn{
position:absolute;
margin-left:-100px;
left:50%;
width:200px;
bottom:10px;
}
Aucun commentaire:
Enregistrer un commentaire