View Single Post
  #2  
Old 12-21-2008, 10:48 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: quick question about welcome message alignment

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
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote