Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default How to remove this space ?

    Hi all,
    I have a space from my logo to tile_bgheader.gif .I want to remove it but i don't know how to do that.
    Can anyone help me?Thanks you so much


  2. #2
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: How to remove this space ?

    I had the same problem. I found out mine was the tagline that was moved down somehow. I removed the tagline text and the space was removed. I can't tell if that is your problem or not.

  3. #3
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: How to remove this space ?

    Can you tell me name of file have that ?This problems just see in FF...

  4. #4
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: How to remove this space ?

    Sure, Maybe not your white space problem but this is how I fixed mine.

    https://www.zen-cart.com/tutorials/i...hp?article=127

  5. #5
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: How to remove this space ?

    Quote Originally Posted by usernamenone View Post
    Sure, Maybe not your white space problem but this is how I fixed mine.

    https://www.zen-cart.com/tutorials/i...hp?article=127

    Thanks you so much , but i think that not my problem.

    Can anyone know to fix that problem?

  6. #6
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: How to remove this space ?

    in your languages/yourlanguage/header.php

    define('HEADER_LOGO_WIDTH', ''750);
    define('HEADER_LOGO_HEIGHT', '110');

    In your style sheet find this

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:75px;

    }And change to this. (these isn't a header_bg.jpg) and the height should match your logo image.

    #logoWrapper{
    background-color: #ffffff;
    height:110px;

    }

  7. #7
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: How to remove this space ?

    Quote Originally Posted by usernamenone View Post
    in your languages/yourlanguage/header.php

    define('HEADER_LOGO_WIDTH', ''750);
    define('HEADER_LOGO_HEIGHT', '110');

    In your style sheet find this

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:75px;

    }And change to this. (these isn't a header_bg.jpg) and the height should match your logo image.

    #logoWrapper{
    background-color: #ffffff;
    height:110px;

    }
    I was changed file stylesheet.css in template/classic/css but it still don't work!
    Is that right?

  8. #8
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How to remove this space ?

    Did you also do
    in your languages/yourlanguage/header.php

    define('HEADER_LOGO_WIDTH', ''750);
    define('HEADER_LOGO_HEIGHT', '110');

  9. #9
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: How to remove this space ?

    Quote Originally Posted by misty View Post
    Did you also do
    I was do that !But ....

  10. #10
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: How to remove this space ?

    You have too many stlye sheets and your browser will try to read both of them.
    If you are using the new style sheet you will need to remove the other one and make you changes to the new.


    <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet_news.css" />

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to remove the white space?
    By koalabids in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Jan 2009, 10:56 PM
  2. How to delete this space ?
    By alhakeem2001 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 2 Dec 2007, 02:40 AM
  3. i need to remove this white space above my header image
    By what44 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Nov 2007, 06:43 PM
  4. How to remove space at breadcrumb
    By vr4indian in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Nov 2006, 10:14 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