In the shopping cart side box, the Total price is aligned to the right... but it's ALL the way to the side of the box. I wanted to add some padding to it and I thought that if I modified the "stylesheet.css" at line 697...
.cartBoxTotal {
text-align:right;
font-weight:bold;
}
... to add something like "padding-right:2em;" that this would solve the problem. But it didn't seem to work. I played with several numbers and nothing moved it.
Am I tweaking in the right spot or no?
Bookmarks