Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to Center the Welcome Message

How to Center the Welcome Message

Locked

Views: 1,031

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
12 Sep 2006, 11:00 PM
#1
dizzie avatar

dizzie

Zen Follower

Join Date:
Jan 2006
Posts:
152
Plugin Contributions:
0

How to Center the Welcome Message

How do I center the Welcome Guest message?

12 Sep 2006, 11:18 PM
#2
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: How to Center the Welcome Message

Add this to your currently assigned selector in the stylesheet;

text-align: center;

Probably use the one in which you changed the font size.

12 Sep 2006, 11:26 PM
#3
dizzie avatar

dizzie

Zen Follower

Join Date:
Jan 2006
Posts:
152
Plugin Contributions:
0

Re: How to Center the Welcome Message

I did that in

/wrappers - page or section containers/
#mainWrapper {
background-color: #fef7f6;
text-align: left;

and it moved the text everywhere to the center...so that must be the wrong place...where is the right place?
what is a "currently assigned selector"?

12 Sep 2006, 11:30 PM
#4
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: How to Center the Welcome Message

You want to put that into only what affects the welcome message. Specifically within the code that you've put to adjust the font size in the other post. Do you have a URL to have a look?

12 Sep 2006, 11:30 PM
#5
dizzie avatar

dizzie

Zen Follower

Join Date:
Jan 2006
Posts:
152
Plugin Contributions:
0

Re: How to Center the Welcome Message

ahhh...I just saw your last line...yes...I did it in h2.greeting and it worked!
Thanks..

12 Sep 2006, 11:42 PM
#6
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: How to Center the Welcome Message

Perfect, glad to hear. :smile: