Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adjusting tagline text-align

Adjusting tagline text-align

Locked

Views: 1,505

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
28 Aug 2006, 12:23 AM
#1
chrisj avatar

chrisj

Zen Follower

Join Date:
Aug 2006
Posts:
104
Plugin Contributions:
0

Adjusting tagline text-align

In Stylesheet whe I change the taglind Text-align to left, it goes left. When I change it to right it goes right. When I change it to middle it stays right. I'd like it in the middel, any suggestions?

28 Aug 2006, 1:29 AM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Adjusting tagline text-align

Have you tried changing it to "center"?

28 Aug 2006, 2:23 AM
#3
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,593
Plugin Contributions:
0

Re: Adjusting tagline text-align

CSS is sorta' picky when it comes to terms. Middle is used for vertical alignment and center is used for horizontal things.

2 Sep 2006, 9:56 PM
#4
chelseagirl avatar

chelseagirl

New Zenner

Join Date:
Sep 2006
Posts:
13
Plugin Contributions:
0

Re: Adjusting tagline text-align

I tried aligning my tagline to the bottom both this way

#tagline {
color:#000000;
font-size: 12px;
font-style:italic;
text-align: center;
vertical-align: bottom;
}

and this way

#logoWrapper {
width:760px;
height:200px;
background-image:url(../images/littlegees-n3.gif);
background-position:left;
background-repeat:no-repeat;
vertical-align:bottom;
}

so far nothing has worked.

If you find a solution to this pm me. Thanks

2 Sep 2006, 10:15 PM
#5
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Adjusting tagline text-align

We don't PM answers. They remain on the forum for the benfit of all users.

I have answered this question in your other post.

3 Sep 2006, 12:44 AM
#6
chelseagirl avatar

chelseagirl

New Zenner

Join Date:
Sep 2006
Posts:
13
Plugin Contributions:
0

Re: Adjusting tagline text-align

Yes, you did and thank you! Sorry, still learning and will be for a long while, I'm afraid.:blush:

3 Sep 2006, 9:52 AM
#7
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Adjusting tagline text-align

Learning's good. Learning's encouraged. I learn lots from answering questions here and looking at other people's answers. So don't forget to use the search to find out if the answer you need is already there, and keep asking if you don't find what you need. Glad I could help.