number of items in cart is now properly aligned

This commit is contained in:
Senad Uka
2015-04-16 06:45:38 +02:00
parent 19cdca76b1
commit fc9f7496d2
3 changed files with 19 additions and 8 deletions

View File

@@ -339,13 +339,18 @@ background-size: cover;
padding-bottom: 0px;
right:-14px;
bottom: -15px;
text-align: right;
}
.mycart div {
text-align: right;
}
.mycart span{
position: absolute;
left: 13.4px;
top: 4px;
color: black;
}
.mycart span:hover{