for the life of me, I can't seem to change the size of the 'add to cart' button.
I'm experimenting with the css buttons.
I changed the default to
and it does nothing. I tried setting it in pixels, I tried all sorts of sizes.. no luck.Code:.button_in_cart{width:30em;}
If I look in firefox web developer, there is nothing setting the width other than that. It shows accurately whatever I've set .buttin_in_cart to
I tried adding padding-left and padding-right, it seems to have no effect.
I then looked at the #cartAdd box, which is its parent, and made it bigger. No luck.
Can someone figure this out?
What am I missing?


Reply With Quote

