Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2010
    Posts
    20
    Plugin Contributions
    0

    Default Problems with Header

    I have been trying to fix this problem for hours now. Everything looks great on my monitor, but when viewing it in other monitors, the header has been cut off. I tried to edit the header.php but it didn't work, so I put in the following code:

    #logoWrapper{
    background-image: url(../images/header2.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    width: 100%;
    height:281px;
    }

    The only way I could get the image to display correctly in the header is with the 100%. On my computer, it is fine. On others, it is completely chopped off.

    Please take a look and see if you can help me fix this.

    http://theprissypantsbowtique.com

    I am also trying to get rid of the space between the bottom of my header and the wrapper. I want it to be all black. I do not want to see the background between them.

    Thank you in advance.
    Jenn

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Problems with Header

    Looks fine in IE6 and FF

    BUT!!
    Warning: The downloadable products directory does not exist: /home/thepriss/public_html/download/. Downloadable products will not work until this directory is valid.
    From instructions
    (And you'll need to go to your Admin->Configuration->Attribute Settings->Enable Downloads, and set it to False to turn off the warning message about the missing download folder)
    In the futu
    http://www.zen-cart.com/forum/showthread.php?t=142784
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Problems with Header

    Thank you! I needed to figure out how to fix that. :)

  4. #4
    Join Date
    Apr 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Problems with Header

    I am going to attach a picture of what I want the site to look like upon loading. I've tried it on 4 different computers in the house and none of them give me what my computer gives me.
    Attached Images Attached Images  

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Problems with Header

    In your style sheet find and adjust what is in red
    Code:
    /*wrappers - page or section containers*/
    #mainWrapper {
    	background-color:000000 #;
    	text-align: left;
    	width: 63%;
    	vertical-align: top;
    	}
    Your background image is 1008px but your attached image is less
    Make it something like 850px to start and adjust as you see fit
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Apr 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Problems with Header

    Thank you so much for your help! I finally got it to work and it is perfect! Just a few coding errors on my part. Now, if I could only figure out how to get rid of that space between my header and the wrapper I would be set.

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Problems with Header

    Two options
    Easy:
    In stylesheet give the headerWrapper a background color of #000000

    Or in a copy of tpl_header.php for your template find the code for the logoWrapper div and remove the clear that follows it
    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><a href="http://theprissypantsbowtique.com/"><img src="includes/templates/Boutique/images/header.jpg" alt="" width="1080" height="253" /></a></div>
    </div>
    <br class="clearBoth" />
    
    <!--eof-branding display-->
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Apr 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Problems with Header

    well I am DEFINATELY a newby and can't give advice......................... everything I've learned I learned by accident. lol. But, what you've done so far is attractive.

    Good luck.

    Lalise

  9. #9
    Join Date
    Apr 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Problems with Header

    Now it's perfect! Thank you!

 

 

Similar Threads

  1. Problems with changing header
    By motofool in forum Basic Configuration
    Replies: 1
    Last Post: 20 Nov 2011, 02:47 AM
  2. Help with Header Problems
    By LemonMist in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Jun 2009, 02:44 AM
  3. problems with the header
    By ibling in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Sep 2008, 01:27 AM
  4. problems with header.php
    By stevepickup in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Sep 2007, 03:13 AM
  5. Problems with Header
    By bradlawson in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 3 Jul 2006, 08:24 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