Quote:
Originally Posted by gb2world
One possible solution is to put a div inside the td of your central space. In home.tpl look for the comments that say "central space". After the first td add a new div:
Code:
<td valign="top" width="100%">
<!-- central space -->
<div style="margin-right:20px">
then close the div where the central space /td is:
Code:
</div>
<!-- /central space -->
</td>
adjust the value as required
|
So...this worked for my main page...but then when you go to product pages my header and my footer are not centered anymore. How do I keep them from moving on the subsequent pages???