How do I center the Welcome Guest message?
How do I center the Welcome Guest message?
Add this to your currently assigned selector in the stylesheet;
Probably use the one in which you changed the font size.Code:text-align: center;
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"?
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?
ahhh...I just saw your last line...yes...I did it in h2.greeting and it worked!
Thanks..
Perfect, glad to hear.![]()