X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Category Tabs in Internet Explorer (https://forum.x-cart.com/showthread.php?t=46214)

DonRichardsonNH 03-12-2009 05:50 AM

Category Tabs in Internet Explorer
 
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!!!

balinor 03-12-2009 05:53 AM

Re: Category Tabs in Internet Explorer
 
Difficult to tell without seeing your templates - try using Webmaster Mode to track it down - that will tell you which template is which.

Moving to Template Editing.


All times are GMT -8. The time now is 10:21 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.