Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Centering the header image?

Centering the header image?

Locked

Views: 1,155

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
21 Feb 2009, 8:50 PM
#1
deanparkr avatar

deanparkr

New Zenner

Join Date:
Oct 2008
Posts:
16
Plugin Contributions:
0

Centering the header image?

Hi all,

Ive done lots of searching and tried various combinations.. but I cant seem to be able to center my heading at:

store.picturebarn.co.uk

Currently I have the CSS:

#logoWrapper{background-image:url(../images/header_bg.jpg);background-repeat:repeat-x;background-color:#fff;background-position: center center;height:106px;line-height:106px;}

Which seems to be the most popular answer from the searching ive done so far.

Am I missing something obvious?

Thanks, :smile:

21 Feb 2009, 8:57 PM
#2
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Centering the header image?

Below is your stylesheet

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg, .mediaTitle, .back {
float:left;
}
#logo {
text-align:center;
}
#logo {
}

delete the text in red...

21 Feb 2009, 9:11 PM
#3
deanparkr avatar

deanparkr

New Zenner

Join Date:
Oct 2008
Posts:
16
Plugin Contributions:
0

Re: Centering the header image?

Hi Steve,

Which stylesheet are you getting that from? I cant find any of those lines in the stylesheet I'm thinking it is.

21 Feb 2009, 10:01 PM
#5
deanparkr avatar

deanparkr

New Zenner

Join Date:
Oct 2008
Posts:
16
Plugin Contributions:
0

Re: Centering the header image?

ah ha! Thanks for that. Thats fixed it :)

My webhosts CSS editior wouldnt find the line but in Dreamweaver it was able to search for it.

Thanks :clap: