View Full Version : change spacing(?) betweeen window.php..
rjwmotor
November 18th, 2003, 01:52 PM
I need to know how to change spacing betweeen window.php and the actual content. I've looked around in store.css and just about everywhere else but just can't seem to find the right file. What I'm trying to do is butt the main content, navigation, and preview together. The spacing in between these 3 just doesn't look right. I need to know where I have to change these variables...same with home.php. I'm assuming it's something simple like "cell-spacing" or "margins", but I can't find it in store.php or the stylesheet. Please help!
Jamie
November 20th, 2003, 09:45 PM
Hi,
First, make sure you have read the instructions on modifying templates, and have created a custom theme. Then, do this:
1. open your cart page (defaults to store.php) and set the cellpadding and cellspacing in every table tag to 0, like so:
<table width="770" border="0" cellpadding="0" cellspacing="0">
There are 3 table tags in store.php. Do this to all of them.
2. Follow the same procedure above to all the table tags in home.php (same level as store.php, in your web root)
3. Remove the <br> tag from the very bottom of window.php
Thanks,
Jamie
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.