Zen Cart Logo
Forums / Basic Configuration / Move Copyright to the Center

Move Copyright to the Center

Views: 1,399

Results 1 to 4 of 4
20 Feb 2011, 3:21 PM
#1
wyocraft avatar

wyocraft

New Zenner

Join Date:
Dec 2008
Location:
Cheyenne WY
Posts:
25
Plugin Contributions:
0

Move Copyright to the Center

Hello all, At the bottom of my site the Copyright is aligned left, I want it centered. I look through quite a few thread with no luck.

I would also like to get rid of the home link at the bottom also.

Website https://www.3littleurchins.com

Im running Zen 1.3.9h
Template http://osc.template-help.com/zencart_26105/index.php
customized of course

Thanks

20 Feb 2011, 3:36 PM
#2
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: Move Copyright to the Center

in the css sheet stylesheet_tm.css, find

.footer_t{}

and replace with

.footer_t{text-align: center;}

You should try using firefox withe the web developers toolkit. It will show you the css styles, and edit.

20 Feb 2011, 3:37 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Move Copyright to the Center

Ad the red part in stylesheet_tm.css:

.footer_t .indent{padding:0 0 15px 39px; text-align:center;}

20 Feb 2011, 3:43 PM
#4
wyocraft avatar

wyocraft

New Zenner

Join Date:
Dec 2008
Location:
Cheyenne WY
Posts:
25
Plugin Contributions:
0

Re: Move Copyright to the Center

Thanks, that worked, I was looking for an hour. I hate making new post but sometimes you gotta.

How about getting rid of the Home link, I looked at the ez-pages and I have it turned off. Any suggestions?