Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2008
    Location
    Halifax, NS
    Posts
    272
    Plugin Contributions
    0

    help question Get rid of space under HEADER -

    Yes i just got up 2 zencarts and one of them has a space under the header_bg.jpg..

    As i thought the header image is supose to be 760*100 - but its missing some of the bottom of it?? not sure why..

    But if you look at this site http://www.stonyplaintack.com/ you will see there is a space under the graphic and the TEXT links..

    then if you go to www.saltwaterconnection.com there isn't.. and they are set up the same way??? confused on why...

    did i shut something off on one and not the other.. But the saltwaterconnection.com was installed with GODDADDY and the stonyplain was MANUALY installed by me wiht a fresh DB.. with the demo store..



  2. #2
    Join Date
    Aug 2008
    Location
    Halifax, NS
    Posts
    272
    Plugin Contributions
    0

    Default Re: Get ride of space under HEADER -

    opps i just realized that both of them HAVE THE space under each of them..

    I"m must be asleep.. doooop

    any clue how to get ride of them?

  3. #3
    Join Date
    Sep 2008
    Location
    London UK
    Posts
    101
    Plugin Contributions
    0

    Default Re: Get ride of space under HEADER -

    try this ... in css look for
    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	}
    change to
    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/tile_back.gif) no-repeat;
    	padding: 0.5em 0.2em;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	}
    also might need to change the 0.5em padding so text goes a little higher

  4. #4
    Join Date
    Aug 2008
    Location
    Halifax, NS
    Posts
    272
    Plugin Contributions
    0

    Default Re: Get ride of space under HEADER -

    thanks - but that didn't work..

    i put in the no-repeat and it did nothing???

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Get rid of space under HEADER -

    Your image is 100px high and the logoWrapper is 75px. Try increasing the height of logoWrapper in the stylesheet.

  6. #6
    Join Date
    Aug 2008
    Location
    Halifax, NS
    Posts
    272
    Plugin Contributions
    0

    Default Re: Get rid of space under HEADER -

    thats strang.. as the default image is also 100px

    i will try that..

  7. #7
    Join Date
    Aug 2008
    Location
    Halifax, NS
    Posts
    272
    Plugin Contributions
    0

    Default Re: Get rid of space under HEADER -



    Quote Originally Posted by stevesh View Post
    Your image is 100px high and the logoWrapper is 75px. Try increasing the height of logoWrapper in the stylesheet.
    I'm editign the includes/templates/classic/css/stylesheet.css

    and i put it to 100 and it still doens't work.. i even tried it in foxfire or firefox (ahhh)

    hmmmm..

    PHP Code:
    #logoWrapper{
        
    background-imageurl(../images/header_bg.jpg);
        
    background-repeatrepeat-x;
        
    background-color#ffffff;
        
    height:100px;
        } 

  8. #8
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Get rid of space under HEADER -

    OK, how about changing this:

    define('HEADER_LOGO_HEIGHT', '70px');

    in includes/languages/english/header.php


    (Save the edited file to includes/languages/english/classic)

 

 

Similar Threads

  1. can't get rid of this space
    By etoile03 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Apr 2008, 03:54 AM
  2. Get rid of white space between header and top menu
    By lagvoid in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Feb 2008, 01:20 AM
  3. White Space....I Know Another White Space Issue...Cant Get Rid Of It
    By enchantedlingerie in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 18 Apr 2007, 03:05 PM
  4. how do i get rid of this space?
    By blackinches in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Jan 2007, 09:30 PM

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