Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / can't find #logoWrapper

can't find #logoWrapper

Locked

Views: 1,301

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
7 Dec 2006, 11:08 PM
#1
ndnman avatar

ndnman

New Zenner

Join Date:
Dec 2006
Posts:
6
Plugin Contributions:
0

can't find #logoWrapper

i searched and searched but can't find, i'm looking in stylesheet.css.

#logoWrapper {
width:760px;
height:110px;
background-image:url(../images/your_header_image.???);
background-repeat:no-repeat;
}

8 Dec 2006, 9:01 PM
#2
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: can't find #logoWrapper

what exactly is missing here?

15 Dec 2006, 1:37 AM
#3
trissthara avatar

trissthara

New Zenner

Join Date:
Dec 2006
Location:
Colorado Springs
Posts:
1
Plugin Contributions:
0

Re: can't find #logoWrapper

If I am understanding of your question, you must be using the css for the default template. logo wrapper is not on that css template. You can simply add it by finding this section on your stylesheet.css

/wrappers - page or section containers/
#mainWrapper {
background-color: #550000;
text-align: left;
width: 100%;
vertical-align: top;
}

Insert your logo wrapper right after and make sure you do not forget to close with the }

Hope that helps. ;)