Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Logo position- I searched for an answer, couldnt find it.

Logo position- I searched for an answer, couldnt find it.

Locked

Views: 492

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
31 Mar 2010, 11:50 AM
#1
chezrone avatar

chezrone

New Zenner

Join Date:
Mar 2010
Posts:
6
Plugin Contributions:
0

Logo position- I searched for an answer, couldnt find it.

Thanks so much for reading this.

My site is , https://www.chezrone.com. Im trying to move the balloon logo image to the right. Im using the clean business template and it doesn't have the logo alignment coding thingy...

I hope this wasn't already addressed, but I did search.

-no add-ons
-no upgrades
-Fatcow is my host.

Thanks again, I really appreciate it!

31 Mar 2010, 1:18 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Logo position- I searched for an answer, couldnt find it.

In your stylesheet, #logo is being given a float:center declaration.

For starters, there is no css protocol for float:center. Float declarations can only be:

left
right
both
none
inherit

However, if you change yours to #logo { float: right;}

You'll probably get the effect you need.

By the way... making edits to and into the CLASSIC template is not advised. You should be using your own CUSTOM template.

31 Mar 2010, 6:20 PM
#3
chezrone avatar

chezrone

New Zenner

Join Date:
Mar 2010
Posts:
6
Plugin Contributions:
0

Re: Logo position- I searched for an answer, couldnt find it.

Thanks so much that works perfect!

I actually downloaded two css sheets and put one aside in case I needed to divert back to the original, but now that Im reading through the forums I see you are right about the custom.

Appreciate the help!