Zen Cart Logo
Forums / General Questions / Logo on store page-centering

Logo on store page-centering

Locked

Views: 1,345

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
21 Jan 2008, 5:16 AM
#1
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Logo on store page-centering

On my adult site my logo is positioned on the left where the Zen Cart logo was. I have searched everywhere on where i would center the logo on the store page. As it stands its on the left and i truly think it would look better centered. Does anyone know where i go to do this and if their is a certain code i need? Thank you

Maggie
www.playthingsforlovers.com

22 Jan 2008, 3:15 PM
#3
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Re: Logo on store page-centering

well i went to that link and the problem is my cart is the zen cart and i searched my stylesheet which is under this
/ public_html / store / includes / templates / classic / css

i dont see a stylesheet called stylesheet-brown.css
where is this or does it not apply in mine.
this is what was given on the other post

You have this declaration in your stylesheet-brown.css

#logo {
float: left;
}

You need to change that to

#logo {
text-align: center;
}

I dont see any of the above in my stylesheet i only see this below that is anywhere near for a logo

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}

maggie

22 Jan 2008, 4:04 PM
#4
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Logo on store page-centering

#logo {
text-align: center;
}

So try adding above code to
/includes/templates/classic/stylesheet.css
and replace what is currecntly there with

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}

BACKUP STYLESHEET FIRST, BEFORE ALTERING

22 Jan 2008, 5:48 PM
#5
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Re: Logo on store page-centering

thank you that worked

maggie

22 Jan 2008, 5:52 PM
#6
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Logo on store page-centering

Great news...well done!!

:smile:

4 Mar 2008, 2:20 PM
#7
darktowerhobbies avatar

darktowerhobbies

New Zenner

Join Date:
Jan 2008
Posts:
83
Plugin Contributions:
0

Re: Logo on store page-centering

Ok I did what you said to try here by deleting the one line and adding
#logo {
text-align: center;
}

Trouble now is all my categories are in 1 colum instead of rows any suggestions?
Also that is all that was done nothing else was changed

here is the url

4 Mar 2008, 2:25 PM
#8
darktowerhobbies avatar

darktowerhobbies

New Zenner

Join Date:
Jan 2008
Posts:
83
Plugin Contributions:
0

Re: Logo on store page-centering

Nevermind i got it I misread something all ok now

thank you

15 Mar 2008, 7:21 PM
#9
ivanc avatar

ivanc

New Zenner

Join Date:
Dec 2007
Posts:
54
Plugin Contributions:
0

Re: Logo on store page-centering

misty:

#logo {
text-align: center;
}

> So try adding above code to 
> /includes/templates/classic/stylesheet.css
> and replace what is currecntly there with
> ```
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}

BACKUP STYLESHEET FIRST, BEFORE ALTERING

this doesnt seem to be working for me, what am i doing wrong?

please take a look at http://shop.dominatus.biz

v 1.3.8.
ic-atheme v1.3 template