Help with CSS my changes work but won't stick
-
On this page of my site:
https://www.customscreenprintedtransfers.com/buy-water-based-transfer-sheets/
I am trying to center the number in the quantity box. I am using firebug and modifying the CSS to this:
.quantity .plus, .quantity .minus, .quantity .qty {
margin: 0 0.53em 0 0;
float: center;
}When I do, it works just fine. But then when I insert that CSS into my theme, the number box is still left justified. I’ve been working on this for a few days now and I can’t seem to figure out why I can’t get a permanent change using the CSS that I am using successfully in firebug.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Help with CSS my changes work but won't stick’ is closed to new replies.