Ecommerce Query

Permalink
Hi Guys,

I have got the ecommerce up and running on a new website for a client, all is good except I am trying to do some formatting on the product list block. I have through the CSS got the Item name and the add to cart button to display inline so they are in a row. However the button seems to have some padding on it which pushes it down and I can't see how to strip that off it.

Any thoughts?

Cheers
Al

engagingit
 
olsgreen replied on at Permalink Reply
olsgreen
Hi,

I'm guessing you've set both:

padding:0;
margin:0;


within the CSS definition for the button?

If you have it's probably an issue with the structure of your code, have you got a link?