Zen Cart Logo

weird white area

Locked

Views: 1,055

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
18 Dec 2009, 10:07 PM
#1
mipavluk avatar

mipavluk

Zen Follower

Join Date:
Jun 2007
Location:
Posadas, Misiones, Argentina
Posts:
221
Plugin Contributions:
0

weird white area

Hi there

I'm working in a zen... and I can delete this white area between my header image and my nav main wrapper area

any idea where to look?

I read and read my css file without find it!

thanks in advance...

18 Dec 2009, 11:02 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: weird white area

Mi,
Yes, you can with the stylesheet.css

Pm me a link to your site please or post the url here, so I can use firefox and firebug to detect your problem and find a solution.

18 Dec 2009, 11:09 PM
#3
mipavluk avatar

mipavluk

Zen Follower

Join Date:
Jun 2007
Location:
Posadas, Misiones, Argentina
Posts:
221
Plugin Contributions:
0

Re: weird white area

yes, I read and red my stylesheet.css but can't find the problem! lol I'm totally blind on this!

I will pm you right now!

18 Dec 2009, 11:29 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: weird white area

Mi,
Try this please
includes/templates/digiresale/css/stylesheet.css

Find this:> #logo {

padding:30px 0 10px 40px;}Change to this:
#logo {
/padding:30px 0 10px 40px;/}

18 Dec 2009, 11:40 PM
#5
mipavluk avatar

mipavluk

Zen Follower

Join Date:
Jun 2007
Location:
Posadas, Misiones, Argentina
Posts:
221
Plugin Contributions:
0

Re: weird white area

nop... does not work....
I really appreciate your help!

19 Dec 2009, 2:47 PM
#6
mipavluk avatar

mipavluk

Zen Follower

Join Date:
Jun 2007
Location:
Posadas, Misiones, Argentina
Posts:
221
Plugin Contributions:
0

Re: weird white area

I'm starting to think is a bug... look my code:

#mainWrapper{ margin: 0 auto; padding: 0; background: #ffffff; text-align: left; width: 900px; vertical-align: top; border: 1px solid #000000; }
#headerWrapper{ margin: 0; padding: 0; }
#navMainWrapper{ background: #A43339; margin: 0 0 0 0; padding: 0; color: #333333; width: 100%; }
#navMain ul{ margin: 0; padding: 10px 0 5px 15px; list-style-type: none; text-align: left; }
#navMain ul li{ display: inline; }
#navMain ul li a{ text-decoration: none; padding: 0 5px; margin: 0; white-space: nowrap; }
#navMain a{ color: #ffffff; text-decoration: none; }
#navMain a:hover{ color: #cccccc; }
#navMainSearch{ float: right; margin: 0; padding: 0px; display: block; }
#navMainSearch form{ display: block; margin: 0; padding: 0; white-space: nowrap; }
#navMainSearch form input{ display: inline; margin: 0; padding: 0; }
#navMainSearch img{ background: #ffffff; }
#logoWrapper { margin: 0; padding: 0; width: 100%; display: block; background: url('../images/drwebtopper.jpg') center no-repeat; height: 300px; border-top: 1px solid #000000; }
#logo { padding:30px 0 10px 40px; }
#logo a, #logo a:visited { font-family: Trebuchet MS; font-size: 40px; text-decoration: none; color: #ffffff; font-weight: normal; }
#taglineWrapper{ font-size: 20px; padding: 10px 0 10px 60px; margin-top: -30px; text-align: left; }
#bannerTwo{ text-align: center; }

if anybody have an idea.... I really appreciate it!