Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Stylesheet Changes affect other pages.

Stylesheet Changes affect other pages.

Locked

Views: 839

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
2 Mar 2010, 11:08 PM
#1
robertg avatar

robertg

Zen Follower

Join Date:
Nov 2009
Posts:
341
Plugin Contributions:
0

Stylesheet Changes affect other pages.

I just did a text-align:center on my greeting message found on the centerColumn. I got the effect I wanted but now ALL my item pages information have also been centered.
see http://30408.vws.magma.ca/TTEZENCART

Clicking on any item name will bring up that items page.

Now I don't mind the look except for the images, I would prefer that they were centered as well.

Does anyone know what and where I can get to do that effect, if not how or where do I put the align text centered command so that the pages only will return to their original form which was primarily left side aligned.

2 Mar 2010, 11:28 PM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Stylesheet Changes affect other pages.

RobertG:

I just did a text-align:center on my greeting message found on the centerColumn. I got the effect I wanted but now ALL my item pages information have also been centered.
see http://30408.vws.magma.ca/TTEZENCART

Clicking on any item name will bring up that items page.

Now I don't mind the look except for the images, I would prefer that they were centered as well.

Does anyone know what and where I can get to do that effect, if not how or where do I put the align text centered command so that the pages only will return to their original form which was primarily left side aligned.

Where did you make the change? in the stylesheet?

remove whatever it was you did and add the following to your stylesheet which will only center the section that you want:

.greeting {
text-align: center;
}

3 Mar 2010, 2:52 AM
#3
robertg avatar

robertg

Zen Follower

Join Date:
Nov 2009
Posts:
341
Plugin Contributions:
0

Re: Stylesheet Changes affect other pages.

Let me tell you I don't know what I'd do without you guys.
As usual it worked.
Thanks again,
Bob