Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Alignment of Banner Header position 2

Alignment of Banner Header position 2

Views: 1,741

Results 1 to 7 of 7
19 Jul 2010, 10:37 AM
#1
ttfan avatar

ttfan

Zen Follower

Join Date:
Jul 2010
Location:
Australia
Posts:
231
Plugin Contributions:
0

Alignment of Banner Header position 2

I'd like a banner to appear on the right hand side within the header, in line with my logo, but aligned to the right (logo is on the left).

I assume I need to change Header Position 2, which currently seems to appear in the middle and at the top of the header. Where can I change it's position?

I use the zen-cart 1.3.9d, and the SophyBlue template.

Thanks for you help!!!

19 Jul 2010, 11:25 AM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Alignment of Banner Header position 2

Header position two is the right one - then you'll need to position it using the stylesheet, probably with margin-left and margin-top.

19 Jul 2010, 1:44 PM
#3
ttfan avatar

ttfan

Zen Follower

Join Date:
Jul 2010
Location:
Australia
Posts:
231
Plugin Contributions:
0

Re: Alignment of Banner Header position 2

Thank you, that puts me on the right track!

Can you please advice where I can find where the alignment of this banner is defined?

Thanks a lot!

19 Jul 2010, 2:26 PM
#4
stevesh avatar

stevesh

Black Belt

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

Re: Alignment of Banner Header position 2

In this case, it would be #bannerTwo in the stylesheet. You can add it to the bottom of the stylesheet.

24 Feb 2011, 7:42 AM
#5
gg1965 avatar

gg1965

New Zenner

Join Date:
Apr 2004
Posts:
21
Plugin Contributions:
0

Re: Alignment of Banner Header position 2

stevesh:

In this case, it would be #bannerTwo in the stylesheet. You can add it to the bottom of the stylesheet.

Forgive this question, but what exactly do i put in the stylesheet to make Banner two be aligned to the right?

This is for a barebones 1.3.9c

Thanks

gg

24 Feb 2011, 7:48 AM
#6
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Alignment of Banner Header position 2

try

#bannerTwo {
text-align:right;
}

24 Feb 2011, 8:59 AM
#7
gg1965 avatar

gg1965

New Zenner

Join Date:
Apr 2004
Posts:
21
Plugin Contributions:
0

Re: Alignment of Banner Header position 2

Thank you so very much.

That did it.

gg