View Single Post
  #2  
Old 07-07-2008, 07:41 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Moving the site to the center

Quote:
Originally Posted by typeav
The side position is all the way to the left how do I move it to the middle ?

Example, right now is like www.tigerdirect.com and I want it to be like www.target.com


Just need to know what file to modify.


Thanks!!!!!

In the file "skin1/customer/home.tpl" immediately after the line:
PHP Code:
<body{$reading_direction_tag}{if $body_onload ne ''onload="javascript{$body_onload}"{/if}> 
insert the following code
PHP Code:
<div align="center"


then insert the following сode
PHP Code:
</div

before the line
PHP Code:
</body
Reply With Quote