View Single Post
  #4  
Old 12-21-2008, 11:33 AM
 
Janel Janel is offline
 

Member
  
Join Date: Feb 2007
Location: Mitten Dweller
Posts: 27
 

Default Re: quick question about welcome message alignment

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???
__________________
xcart ver. 4.1.11 gold
Reply With Quote