Forums
Home / Plugins / eShop Add to Cart btn not Displaying Properly
(@glenerd)
15 years, 5 months ago
eShop v 3.72 Kind of odd but, the Add to cart is displaying in IE7 fine but not in FF2. (Same with subsequent buttons, i.e. update Cart, Empty Cart)
Ideas?
(@anonymized-3085)
Not an eshop issue – css in your stlye sheet for the theme is causing it. You may need to remove or alter this:
.button { display:block; width:230px; height:50px; text-indent:-9999px; width:230px; }
Right you are, I thought it might have been a css issue but was looking at the eshop css and not at my themes css. Thanks!