Folks,
I have a custom skin that was designed by another, and I am trying to fix somthing that is showing up only in Internet Explorer.
in our store,
www.styleshopusa.com, the category tabs have a space of 10px on the right side of each category item. I can see that when the category table is rendered, it defines the following:
<TABLE cellSpacing=0 cellPadding=0 border=0 style="padding-left:10px">
If I pull this code into an HTML editor, and change the table definition to:
<TABLE cellSpacing=0 cellPadding=0 border=0 style="padding-left:0px">
It seems to render much better.
I have looked all through the skin, and other areas, to see where this is getting set, but can not find it.
I will continue to look, but can one of you very smart people help me track this down? I will continue to look, but I am lost in the skin, smarty templates, and all the other stuff in this X-Cart store.
THANKS IN ADVANCE!!!