Zen Cart Logo
Forums / General Questions / How do I move the changing banner?

How do I move the changing banner?

Views: 730

Results 1 to 2 of 2
26 Nov 2013, 5:38 PM
#1
k1rk_hammett avatar

k1rk_hammett

New Zenner

Join Date:
Nov 2013
Location:
Chelmsford, Essex, United Kingdom
Posts:
19
Plugin Contributions:
0

How do I move the changing banner?

I apologize if I am being very silly, but how would I go about moving the changing banner down a bit so it is off of the grey on the background? Just to make it look a bit neater. - http://hhhhello.site90.com/

26 Nov 2013, 6:00 PM
#2
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: How do I move the changing banner?

k1rk_hammett:

I apologize if I am being very silly, but how would I go about moving the changing banner down a bit so it is off of the grey on the background? Just to make it look a bit neater. - http://hhhhello.site90.com/

In the styesheet.css file change:

#inner-container {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    top: -17px;
}

to

#inner-container {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    top: -2px;
}

Thanks,

Anne