PDA

View Full Version : Making the "product catalog" thinner


ravenswood1000
October 25th, 2003, 02:26 PM
Hi guys,

I'm looking for a way to make the product catalog thinner. I've set my page for 800X600 and at that resolution things tend to hang over. There is a table width setting for 800 but it seems to do little.

Thanks much.

Jamie
October 26th, 2003, 02:07 PM
Hi,

Try this:

1. First, make a custom theme

2. Copy "store.css" into your custom theme folder, and add "; margin: 0" to the end of the body style, like this:

BODY { background-color: #FFFFC0; font-family: tahoma; font-size: 8px; text-align: center; margin: 0;}

3. Copy "show_category_detail_seperator.php" into your custom theme folder

4. Change the <hr> tag width to 100% like this:

<hr width="100%" size="1" color="silver">

5. In your cart page, change the main table width from 800 to 770.

Thanks,
Jamie