Results 1 to 10 of 10
  1. #1
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Needing help badly.

    I'm having quite an issue with the infamous white line above my header. I've been dealing with this for a couple of days before I decided to post about it. There are about 1,000,001 questions about the white line/white space above the header and I think I've read just about every one of them. I can't for the life of me get the line to go away.

    I have tried the margin-top; -1em in several places in the style sheet, I've tried to resize my header, I've even tried to get the white space to change color to no avail. I've also tried deleting and putting the <!-- --> around the <br class="clearBoth" /> in the tpl_header.php page.

    Please someone give me something else to try.

    Website is: www.coffinwear.com/store

    Zen Cart version 1.3.8

    No upgrades, No addons

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Needing help badly.

    In your stylesheet, look for

    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat: no repeat;
    	background-color: #000000;
    	height:185px;
    	}
    Make the change highlighted in red:

    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat: no repeat;
    	background-color: #000000;
    	height:119px;
    	}

  3. #3
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Needing help badly.

    Thank you for the reply. I tried, and as you can see if you look at my site, all it did was make my header image shorter and the white line is still there.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Needing help badly.

    The white line is part of your background image. Either crop the top and bottom of your image in Photoshop, or add a position to your stylesheet
    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: no-repeat;
    	background-color: #000000;
    	background-position: center -9px;
    	height:200px;
    	}
    or
    Code:
    #logoWrapper{
    	background: #000000 url(../images/header_bg.jpg) no-repeat center -9px;
    	height:200px;
    	}
    Last edited by gjh42; 7 Dec 2009 at 04:58 PM.

  5. #5
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Needing help badly.

    That was the perfect fix. Thank you very much.

    One more question. I'm working with Safari and everything looks good so far. I just downloaded Fire Fox a bit ago and noticed that my header is a completely different color. Any idea why that happens?

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Needing help badly.

    I don't have Safari, so can't answer that. How is it different between FF and Safari? What parts of the header/what colors?

  7. #7
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Needing help badly.

    In Safari the header is purple. In Fire Fox it's blue. Everything is lined up and looks good but it looks like 2 different headers.

  8. #8
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Needing help badly.

    hhhmmm - very interesting - When you created the image, what program did you use? Exactly what settings did you use when you saved it?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  9. #9
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Needing help badly.

    What color are the text links in Safari (like " log yourself in")? In FF they are a similar blue to parts of the logo.

  10. #10
    Join Date
    Dec 2009
    Location
    Fort Meade, MD
    Posts
    124
    Plugin Contributions
    0

    Default Re: Needing help badly.

    I used Illustrator CS4 to make the image. Not sure of the settings.

    The links are blue in both Safari and FF. I haven't changed the color code for them yet.

 

 

Similar Threads

  1. v150 New need help badly
    By mowertech37 in forum General Questions
    Replies: 11
    Last Post: 5 Sep 2012, 01:24 AM
  2. Need help badly!
    By hachaliah in forum General Questions
    Replies: 1
    Last Post: 14 Feb 2009, 01:24 PM
  3. help badly
    By breamy in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 11 Jun 2007, 08:34 PM
  4. Need help badly, I'm confused!
    By marksebooks in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 Mar 2007, 06:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg