Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / centering logo again!!!!!1

centering logo again!!!!!1

Locked

Views: 565

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
18 Oct 2010, 2:10 PM
#1
antd2004 avatar

antd2004

New Zenner

Join Date:
Oct 2010
Posts:
2
Plugin Contributions:
0

centering logo again!!!!!1

Hi

Could someone help, i've tried the suggestions in the forum but they don't seem to work for me.

I am trying to make my logo central instead of way out to the left.

The site is here

https://www.steadyworkwear.co.uk

Also would i be able to change the backgroung colour of the web page, the bit at the sides

Many thanks in advance

18 Oct 2010, 10:19 PM
#2
stiggy100 avatar

stiggy100

Zen Follower

Join Date:
Jan 2009
Posts:
298
Plugin Contributions:
0

Re: centering logo again!!!!!1

For the logo find this in your stylesheet:

#logo {
line-height:106px;
}

change to (then modify to your needs):

#logo {
line-height:106px;
position: absolute;
left: 400px;
}

To change the background on the sides, it's the first thing in your stylesheet:

body {
background-color:#FFFFFF;

I achieved this in a few seconds using thee Firebug addon for Firefox - if you don't have it get it :smile: Makes life a lot easier, you won't know how you coped without it...

Hope this helps

19 Oct 2010, 2:59 AM
#3
crescentmoonbaby avatar

crescentmoonbaby

New Zenner

Join Date:
Oct 2010
Posts:
3
Plugin Contributions:
0

Re: centering logo again!!!!!1

stiggy100:

-snip-

I achieved this in a few seconds using thee Firebug addon for Firefox - if you don't have it get it :smile: Makes life a lot easier, you won't know how you coped without it...

Hope this helps

THANK YOU! :clap:

I use FireFox and previously used ThunderBird, but I hadn't heard of FireBug. To say that add-on is awesome would be a massive understatement. Thanks a ton for mentioning it.

19 Oct 2010, 7:22 AM
#4
antd2004 avatar

antd2004

New Zenner

Join Date:
Oct 2010
Posts:
2
Plugin Contributions:
0

Re: centering logo again!!!!!1

Thanks very much that worked perfectly.

I will have a look at the firebug add on.

Do you know how i would make the box that the logo is in the same width as the main site so that it doesn't stick out at either side?

Thanks again

19 Oct 2010, 7:56 AM
#5
stiggy100 avatar

stiggy100

Zen Follower

Join Date:
Jan 2009
Posts:
298
Plugin Contributions:
0

Re: centering logo again!!!!!1

Yep get yourself onto Firebug!

Here is the answer to your next question:

http://www.zen-cart.com/forum/showthread.php?t=135004

Obviously change the width to suit your needs. I found this googling the term:

zen cart zj silver + logo wrapper

I may get slated for this, but I always find googling Zen Cat + what I am looking for a lot faster than searching on the actual Zen site...