That code you included did the trick. On the margins though I tried to add a margin and padding but the cart icon and text are still too close to the top. I ended up adding this code:
span.cartcontents {
position:relative;
top:9px;
display: inline !important;
}
That put the text where I wanted it but didn’t move the cart icon. Any suggestion?