Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Center Logo W/o Centering Text

Center Logo W/o Centering Text

Views: 666

Results 1 to 3 of 3
18 Mar 2010, 1:49 PM
#1
atl2rva avatar

atl2rva

New Zenner

Join Date:
Feb 2010
Posts:
81
Plugin Contributions:
0

Center Logo W/o Centering Text

I have been trying to figure out how to center my logo on my page. I have found an answer http://www.zen-cart.com/wiki/index.php/Top_10_questions . The issue I am having with this is that it centers all the text on my pages not just the logo. I want my categories and page text to remain left aligned. Just the logo to be centered. Any help would be greatly appreciated.

https://www.proskit.org

Paul

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

schoolboy

Totally Zenned

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

Re: Center Logo W/o Centering Text

Your error is

#mainWrapper {
background-color: #FFFFFF;
text-align: center;
width: 1000px;
vertical-align: top;
}

Your fix is:

#logo {
text-align: center
}

18 Mar 2010, 1:57 PM
#3
atl2rva avatar

atl2rva

New Zenner

Join Date:
Feb 2010
Posts:
81
Plugin Contributions:
0

Re: Center Logo W/o Centering Text

:clap: Awesome Simple Fix. Thnx for the quick reply