As shown in the picture: I want to display numbers in the upper right corner of the cart
The code is as follows
.headerButton
{
position: relative;
float: right;
padding-right: 50px;
font-size: 20px;
}
.headerButton a.but-on{
background: url(../../img/ShoppingCart2. png) #FFF no-repeat 10px center;
padding-left:50px;
color:#1351b4;
}
Reply to the discussion (solved Solution)
Write another span in headerButton...use absolute positioning. . .
You can put an a tag in a div but not in