This one has me stumped. I need to center the cart quantity in the fasten_header which I have modified to look like a "circle". It looks like this
14MEHd.png
The CSS I have is
If I play with the padding I lose the circle shape. Should I try percentages?
14MEHd.png
The CSS I have is
Code:
.t-site-header__basket-link-quantity { padding: 0.25em 1.125em 0.25em 0; border-radius: 1em; }
Comment